Definition at line 19 of file Blur.ino.
19 {
20
22
26
29 }
31 delay(20);
32}
CFastLED FastLED
Global LED strip management instance.
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)).
References blur1d(), fadeToBlackBy(), FastLED, leds, NUM_LEDS, pos, and toggle.