PixelKey
NeoPixel USB Key
Loading...
Searching...
No Matches
color_t Struct Reference

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.
 

Detailed Description

Represents a color in a defined color space.


The documentation for this struct was generated from the following file: