Interface VulkanDebugUtilsLabelColorType
- All Known Implementing Classes:
VulkanDebugUtilsLabelColor
@Immutable
public interface VulkanDebugUtilsLabelColorType
An RGBA label color.
-
Method Summary
-
Method Details
-
red
float red()- Returns:
- The red component
-
green
float green()- Returns:
- The green component
-
blue
float blue()- Returns:
- The blue component
-
alpha
float alpha()- Returns:
- The alpha component
-