|
FastLED 3.9.15
|
| void fl::blurColumns | ( | CRGB * | leds, |
| fl::u8 | width, | ||
| fl::u8 | height, | ||
| fract8 | blur_amount, | ||
| const XYMap & | xyMap ) |
Perform a blur1d() on every column of a rectangular matrix.
| leds | a pointer to the LED array 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 113 of file blur.cpp.