FastLED 3.9.15
|
void fl::blurColumns | ( | CRGB * | leds, |
fl::u8 | width, | ||
fl::u8 | height, | ||
fract8 | blur_amount, | ||
const fl::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 112 of file blur.cpp.
References CRGB::Black, leds, CRGB::nscale8(), and xyMap.
Referenced by blur2d().