ColorRGB class
ColorRGB class
Structure that defines RGB color
The ColorRGB type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Constructor for ColorRGB from separate R,G and B |
| init | Constructs a new instance of ColorRGB |
Properties
| Property | Description |
|---|---|
| RED | R component |
| GREEN | G component |
| BLUE | B component |