|
PixelKey
NeoPixel USB Key
|
Represents a color in a defined color space. More...
#include <color.h>
Data Fields | |
| union { | |
| color_rgb_t rgb | |
| Values in the RGB (red-green-blue) color space. | |
| color_hsv_t hsv | |
| Values in the HSV (hue-saturation-value) color space. | |
| color_hsl_t hsl | |
| Values in the HSL (hue-saturation-lightness) color space. | |
| }; | |
| color_space_t | color_space |
| Color space being used for this color. | |
Represents a color in a defined color space.