CFastLED FastLED
Global LED strip management instance.
central include file for FastLED, defines the CFastLED class/object
WS2812B controller class.
@ GRB
Green, Red, Blue (0102)
void blur1d(CRGB *leds, uint16_t numLeds, fract8 blur_amount)
One-dimensional blur filter.
void fadeToBlackBy(CRGB *leds, uint16_t num_leds, uint8_t fadeBy)
Reduce the brightness of an array of pixels all at once.
Representation of an HSV pixel (hue, saturation, value (aka brightness)).
Representation of an RGB pixel (Red, Green, Blue)