Name | Description | |
---|---|---|
![]() | A | Returns the alpha component in the range 0-255. |
![]() | Alpha | Returns the alpha value of this color as a floating point variable in the range [0, 1]. |
![]() | B | Returns the blue component in the range 0-255 in the default sRGB |
![]() | G | Returns the green component in the range 0-255 in the default sRGB |
![]() | IsEmpty | Returns true if this is the empty color. |
![]() | IsOpaque | Gets whether the color is completely opaque. |
![]() | IsTranslucent | Gets whether the color is semi-transparent. |
![]() | IsTransparent | Gets whether the color is fully transparent. |
![]() | PackedARGB | Gets a packed ARGB value. |
![]() | PackedBGRA | Gets a packed BGRA value. |
![]() | PackedRGB | Gets a packed RGB value. |
![]() | R | Returns the red component in the range 0-255 in the default sRGB space. |
![]() | Space | Gets the color space of this color. |
![]() | Tag | Gets or sets the color tag |
![]() | Value | Gets the color value in it's color space. |