Structure representing a color with red, green, and blue components. More...
#include <colormaps.h>
Public Attributes | |
| uint8_t | r |
| uint8_t | g |
| uint8_t | b |
Structure representing a color with red, green, and blue components.
| uint8_t color_t::b |
Blue component (0-255)
| uint8_t color_t::g |
Green component (0-255)
| uint8_t color_t::r |
Red component (0-255)