Interface VulkanDebugUtilsLabelColorType

All Known Implementing Classes:
VulkanDebugUtilsLabelColor

@Immutable public interface VulkanDebugUtilsLabelColorType
An RGBA label color.
  • Method Summary

    Modifier and Type
    Method
    Description
    float
     
    float
     
    float
     
    float
    red()
     
  • 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