Color Properties |
The Color type exposes the following members.
Name | Description | |
---|---|---|
Blue |
A numeric value between 0 (lowest intensity) and 255 (highest intensity) representing the amount of blue in a color.
| |
ColorRef |
A numeric value between 0 and 0xFFFFFF with the combined colors in RGB format.
| |
Green |
A numeric value between 0 (lowest intensity) and 255 (highest intensity) representing the amount of green in a color.
| |
Red |
A numeric value between 0 (lowest intensity) and 255 (highest intensity) representing the amount of red in a color.
|