FastLED 3.9.7
|
Defines the hue, saturation, and value (HSV) pixel struct.
Definition in file chsv.h.
Go to the source code of this file.
Classes | |
struct | CHSV |
Representation of an HSV pixel (hue, saturation, value (aka brightness)). More... | |
Enumerations | |
enum | HSVHue { HUE_RED = 0 , HUE_ORANGE = 32 , HUE_YELLOW = 64 , HUE_GREEN = 96 , HUE_AQUA = 128 , HUE_BLUE = 160 , HUE_PURPLE = 192 , HUE_PINK = 224 } |
Pre-defined hue values for CHSV objects. More... | |