An RGB-888 color. More...
#include <Color_sensor.h>
Public Attributes | |
| uint8_t | r |
| 8-bit RED component in RGB-888 [0 : 255]. | |
| uint8_t | g |
| 8-bit GREEN component in RGB-888 [0 : 255]. | |
| uint8_t | b |
| 8-bit BLUE component in RGB-888 [0 : 255]. | |
An RGB-888 color.
A color represented by the RGB-888 model.
R - Red [0 : 255]
G - Green [0 : 255]
B - Blue [0 : 255]