Color : Public DataType
A color.<br/><br/>Color is based on the RGB color model (e.g., see <br/>`Wikipedia #lt;https://en.wikipedia.org/wiki/RGB_color_spaces#gt;`__ for an<br/>overview). For each channel *red*, *green*, and *blue*, Color has an attribute R,<br/>G, and B that gives the intensity of the channel. Intensities are given as<br/>values of UnsignedByte, i.e., integers in the range [0, 255].<br/>
| Attribute |
Scope |
Type |
|
B
|
Public
|
UnsignedByte
|
|
Notes:
|
The intensity of the blue channel of the Color.<br/>
|
|
|
G
|
Public
|
UnsignedByte
|
|
Notes:
|
The intensity of the green channel of the Color.<br/>
|
|
|
R
|
Public
|
UnsignedByte
|
|
Notes:
|
The intensity of the red channel of the Color.<br/>
|
|
| Property |
Value |
| isFinalSpecialization: |
0 |