|
Boboter
|
A type for storing a 16-bit RGB color. More...
#include <rgb_color.h>
Public Attributes | |
| uint16_t | r |
| Red Color Value. | |
| uint16_t | g |
| Green Color Value. | |
| uint16_t | b |
| Blue Color Value. | |
A type for storing a 16-bit RGB color.
| uint16_t rgb_color_t::b |
Blue Color Value.
| uint16_t rgb_color_t::g |
Green Color Value.
| uint16_t rgb_color_t::r |
Red Color Value.