FastLED 3.9.15
Loading...
Searching...
No Matches
hsv.h File Reference

Detailed Description

Defines the hue, saturation, and value (HSV) pixel struct.

Definition in file hsv.h.

#include "fl/stl/int.h"
#include "fl/stl/compiler_control.h"
#include "fl/stl/noexcept.h"
+ Include dependency graph for hsv.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fl::hsv8
 Representation of an HSV pixel (hue, saturation, value (aka brightness)). More...
 
union  fl::hsv8.__unnamed0__
 
struct  fl::hsv8.__unnamed0__.__unnamed0__
 
union  fl::hsv8.__unnamed0__.__unnamed0__.__unnamed0__
 
union  fl::hsv8.__unnamed0__.__unnamed0__.__unnamed1__
 
union  fl::hsv8.__unnamed0__.__unnamed0__.__unnamed2__
 

Namespaces

namespace  fl
 Base definition for an LED controller.
 

Enumerations

enum  fl::HSVHue {
  fl::HUE_RED = 0 , fl::HUE_ORANGE = 32 , fl::HUE_YELLOW = 64 , fl::HUE_GREEN = 96 ,
  fl::HUE_AQUA = 128 , fl::HUE_BLUE = 160 , fl::HUE_PURPLE = 192 , fl::HUE_PINK = 224
}
 Pre-defined hue values for hsv8 objects. More...