FastLED
3.9.15
Loading...
Searching...
No Matches
chsv.h
Go to the documentation of this file.
1
3
4
#pragma once
5
6
/*
7
Legacy header. Prefer to use fl/hsv.h instead.
8
*/
9
#include "
fl/gfx/hsv.h
"
10
// Backward compatibility: bring fl::hsv8 into global namespace as CHSV
11
using
CHSV
=
fl::hsv8
;
12
using
fl::HSVHue
;
13
using
fl::HUE_RED
;
14
using
fl::HUE_ORANGE
;
15
using
fl::HUE_YELLOW
;
16
using
fl::HUE_GREEN
;
17
using
fl::HUE_AQUA
;
18
using
fl::HUE_BLUE
;
19
using
fl::HUE_PURPLE
;
20
using
fl::HUE_PINK
;
CHSV
fl::hsv8 CHSV
Definition
chsv.h:11
fl::HSVHue
HSVHue
Pre-defined hue values for hsv8 objects.
Definition
hsv.h:97
fl::HUE_BLUE
@ HUE_BLUE
Blue (225°)
Definition
hsv.h:103
fl::HUE_RED
@ HUE_RED
Red (0°)
Definition
hsv.h:98
fl::HUE_AQUA
@ HUE_AQUA
Aqua (180°)
Definition
hsv.h:102
fl::HUE_PINK
@ HUE_PINK
Pink (315°)
Definition
hsv.h:105
fl::HUE_GREEN
@ HUE_GREEN
Green (135°)
Definition
hsv.h:101
fl::HUE_YELLOW
@ HUE_YELLOW
Yellow (90°)
Definition
hsv.h:100
fl::HUE_ORANGE
@ HUE_ORANGE
Orange (45°)
Definition
hsv.h:99
fl::HUE_PURPLE
@ HUE_PURPLE
Purple (270°)
Definition
hsv.h:104
hsv.h
Defines the hue, saturation, and value (HSV) pixel struct.
fl::hsv8
Representation of an HSV pixel (hue, saturation, value (aka brightness)).
Definition
hsv.h:16
chsv.h
Generated on Tue Jun 16 2026 00:06:58 for FastLED by
1.13.2