Color Properties |
The Color type exposes the following members.
Name | Description | |
---|---|---|
A |
Gets or sets the alpha/opacity (0-1)
| |
Ab |
Gets or sets the alpha/opacity component as a byte of a 32-bit color (0-255)
| |
B |
Gets or sets the blue (0-1)
| |
Bb |
Gets or sets the blue component as a byte of a 32-bit color (0-255)
| |
ControlObject |
Gets the native color control object.
| |
G |
Gets or sets the green (0-1)
| |
Gb |
Gets or sets the green component as a byte of a 32-bit color (0-255)
| |
R |
Gets or sets the red component (0-1)
| |
Rb |
Gets or sets the red component as a byte of a 32-bit color (0-255)
|