|
FastLED 3.9.15
|
| void fl::gfx::blurColumns | ( | fl::span< CRGB > | leds, |
| u8 | width, | ||
| u8 | height, | ||
| fract8 | blur_amount, | ||
| const XYMap & | xymap ) |
Perform a blur1d() on every column of a rectangular matrix (span version).
| leds | span of LEDs to blur |
| width | the width of the matrix |
| height | the height of the matrix |
| blur_amount | the amount of blur to apply |
Definition at line 172 of file blur.cpp.hpp.
References fl::CRGB::Black, fl::blur_amount, fl::cur, fl::height, leds, fl::CRGB::nscale8(), fl::width, and xyMap.
Referenced by blur2d(), blur2d(), fl::blurColumns(), fl::blurColumns(), fl::blurColumns(), and blurColumns().
Here is the call graph for this function:
Here is the caller graph for this function: