|
FastLED 3.9.15
|
One-dimensional blur filter (span version).
Spreads light to 2 line neighbors.
Total light is NOT entirely conserved, so many repeated calls to 'blur' will also result in the light fading, eventually all the way to black; this is by design so that it can be used to (slowly) clear the LEDs to black.
| leds | span of LEDs to blur |
| blur_amount | the amount of blur to apply |
Definition at line 69 of file blur.cpp.hpp.
References fl::CRGB::Black, fl::blur_amount, fl::cur, leds, and fl::CRGB::nscale8().
Referenced by fl::blur1d(), fl::blur1d(), and blur1d().
Here is the call graph for this function:
Here is the caller graph for this function: