60FASTLED_NAMESPACE_BEGIN
81#define HUE_MAX_RAINBOW 255
112#define HUE_MAX_SPECTRUM 255
central include file for FastLED, defines the CFastLED class/object
void hsv2rgb_raw(const struct CHSV &hsv, struct CRGB &rgb)
Convert an HSV value to RGB using a mathematically straight spectrum.
void hsv2rgb_spectrum(const struct CHSV &hsv, struct CRGB &rgb)
Convert an HSV value to RGB using a mathematically straight spectrum.
void hsv2rgb_rainbow(const struct CHSV &hsv, struct CRGB &rgb)
Convert an HSV value to RGB using a visually balanced rainbow.
CHSV rgb2hsv_approximate(const CRGB &rgb)
Recover approximate HSV values from RGB.
Representation of an HSV pixel (hue, saturation, value (aka brightness)).
Representation of an RGB pixel (Red, Green, Blue)