FastLED 3.9.15
|
void fl::blurColumns | ( | CRGB * | leds, |
uint8_t | width, | ||
uint8_t | 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 111 of file blur.cpp.