RGBColor
Defines an RGB color, used in SolidColor object.
Properties#
| Name | Type | Access | Description |
|---|---|---|---|
| blue | number | Read-write | The blue color value. `default` 255 `range` 0..255 |
| green | number | Read-write | The green color value. `default` 255 `range` 0..255 |
| hexValue | string | Read-write | The hexadecimal representation of the color in uppercase. |
| red | number | Read-write | The red color value. `default` 255 `range` 0..255 |
| typename | string | Read-only | - |
