RgbColor
Base Type: Color
A class that contains a color in the RGB(Red Green Blue) color system.
Property |
Type |
Description |
---|---|---|
Blue |
byte |
The blue component (0-255). |
Green |
byte |
The green component (0-255). |
Red |
byte |
The red component (0-255). |
2/28/2020