An RGBC color. More...
#include <Color_sensor.h>
Public Attributes | |
| uint32_t | c |
| 32-bit CLEAR component in RGBC [0 : 65536]. | |
| uint32_t | r |
| 32-bit RED component in RGBC. | |
| uint32_t | g |
| 32-bit GREEN component in RGBC. | |
| uint32_t | b |
| 32-bit BLUE component in RGBC. | |
An RGBC color.
A color represented by the RGBC model.
R - Red channel
G - Green channel
B - Blue channel
C - Clear channel (no color filters applied, i.e. grayscale channel)
| uint32_t rgbc_t::c |
32-bit CLEAR component in RGBC [0 : 65536].
No color filters are applied when sampling this component. Behaves like a grayscale component.