A data type representing the color of a pixel. More...
#include <SmartLED.h>
Public Attributes | |
uint8_t | red |
The red component of the pixel. | |
uint8_t | green |
The green component of the pixel. | |
uint8_t | blue |
The blue component of the pixel. | |
A data type representing the color of a pixel.