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/stdint.h"
#include "fl/int.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::CHSV
 Representation of an HSV pixel (hue, saturation, value (aka brightness)). More...
 
union  fl::CHSV.__unnamed0__
 
struct  fl::CHSV.__unnamed0__.__unnamed0__
 
union  fl::CHSV.__unnamed0__.__unnamed0__.__unnamed0__
 
union  fl::CHSV.__unnamed0__.__unnamed0__.__unnamed1__
 
union  fl::CHSV.__unnamed0__.__unnamed0__.__unnamed2__
 

Namespaces

namespace  fl
 IMPORTANT!
 

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 CHSV objects. More...