|
apa102 1.0
apa102 driver library
|
Represents the data structure for color and intensity data. More...
#include <color.h>
Data Fields | |
| unsigned char | red |
| unsigned char | green |
| unsigned char | blue |
| unsigned char | alpha |
Represents the data structure for color and intensity data.
This structure bundles intensity and RGB color channels (red, green, blue, alpha). Intensity is an unsigned char controlling brightness, while colors are 0-255 values.
| unsigned char alpha |
| unsigned char blue |
| unsigned char green |
| unsigned char red |