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