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/hsv.h
"
10
#include "
fl/namespace.h
"
11
12
13
14
using
fl::CHSV
;
15
using
fl::HSVHue
;
16
using
fl::HUE_RED
;
17
using
fl::HUE_ORANGE
;
18
using
fl::HUE_YELLOW
;
19
using
fl::HUE_GREEN
;
20
using
fl::HUE_AQUA
;
21
using
fl::HUE_BLUE
;
22
using
fl::HUE_PURPLE
;
23
using
fl::HUE_PINK
;
fl::HSVHue
HSVHue
Pre-defined hue values for CHSV objects.
Definition
hsv.h:96
fl::HUE_BLUE
@ HUE_BLUE
Blue (225°)
Definition
hsv.h:102
fl::HUE_RED
@ HUE_RED
Red (0°)
Definition
hsv.h:97
fl::HUE_AQUA
@ HUE_AQUA
Aqua (180°)
Definition
hsv.h:101
fl::HUE_PINK
@ HUE_PINK
Pink (315°)
Definition
hsv.h:104
fl::HUE_GREEN
@ HUE_GREEN
Green (135°)
Definition
hsv.h:100
fl::HUE_YELLOW
@ HUE_YELLOW
Yellow (90°)
Definition
hsv.h:99
fl::HUE_ORANGE
@ HUE_ORANGE
Orange (45°)
Definition
hsv.h:98
fl::HUE_PURPLE
@ HUE_PURPLE
Purple (270°)
Definition
hsv.h:103
hsv.h
Defines the hue, saturation, and value (HSV) pixel struct.
namespace.h
Implements the FastLED namespace macros.
fl::CHSV
Representation of an HSV pixel (hue, saturation, value (aka brightness)).
Definition
hsv.h:15
chsv.h
Generated on Fri Aug 22 2025 20:59:33 for FastLED by
1.13.2