FastLED 3.9.7
Loading...
Searching...
No Matches
chsv.h File Reference

Detailed Description

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

Definition in file chsv.h.

#include <stdint.h>
#include "fl/namespace.h"

Go to the source code of this file.

Classes

struct  CHSV
 Representation of an HSV pixel (hue, saturation, value (aka brightness)). More...
 

Enumerations

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