FastLED 3.9.15
Loading...
Searching...
No Matches

◆ HSVHue

enum fl::HSVHue

Pre-defined hue values for hsv8 objects.

Definition at line 97 of file hsv.h.

97 {
98 HUE_RED = 0,
99 HUE_ORANGE = 32,
100 HUE_YELLOW = 64,
101 HUE_GREEN = 96,
102 HUE_AQUA = 128,
103 HUE_BLUE = 160,
104 HUE_PURPLE = 192,
105 HUE_PINK = 224
106} HSVHue;
@ HUE_BLUE
Blue (225°)
Definition hsv.h:103
@ HUE_RED
Red (0°)
Definition hsv.h:98
@ HUE_AQUA
Aqua (180°)
Definition hsv.h:102
@ HUE_PINK
Pink (315°)
Definition hsv.h:105
@ HUE_GREEN
Green (135°)
Definition hsv.h:101
@ HUE_YELLOW
Yellow (90°)
Definition hsv.h:100
HSVHue
Pre-defined hue values for hsv8 objects.
Definition hsv.h:97
@ HUE_ORANGE
Orange (45°)
Definition hsv.h:99
@ HUE_PURPLE
Purple (270°)
Definition hsv.h:104