Click or drag to resize

Color Properties

The Color type exposes the following members.

Properties
  NameDescription
Public propertya8
Wrapper for a that uses the range 0 to 255 instead of 0 to 1.
Public propertyb8
Wrapper for b that uses the range 0 to 255 instead of 0 to 1.
Public propertyg8
Wrapper for g that uses the range 0 to 255 instead of 0 to 1.
Public propertyh
The HSV hue of this color, on the range 0 to 1.
Public propertyItem
Access color components using their index.
Public propertyr8
Wrapper for r that uses the range 0 to 255 instead of 0 to 1.
Public propertys
The HSV saturation of this color, on the range 0 to 1.
Public propertyv
The HSV value (brightness) of this color, on the range 0 to 1.
Top
See Also