Color Properties |
The Color type exposes the following members.
| Name | Description | |
|---|---|---|
| a8 |
Wrapper for a that uses the range 0 to 255 instead of 0 to 1.
| |
| b8 |
Wrapper for b that uses the range 0 to 255 instead of 0 to 1.
| |
| g8 |
Wrapper for g that uses the range 0 to 255 instead of 0 to 1.
| |
| h |
The HSV hue of this color, on the range 0 to 1.
| |
| Item |
Access color components using their index.
| |
| r8 |
Wrapper for r that uses the range 0 to 255 instead of 0 to 1.
| |
| s |
The HSV saturation of this color, on the range 0 to 1.
| |
| v |
The HSV value (brightness) of this color, on the range 0 to 1.
|