|
FastLED 3.9.15
|
| void fl::blurRows | ( | CRGB * | leds, |
| fl::u8 | width, | ||
| fl::u8 | height, | ||
| fract8 | blur_amount, | ||
| const XYMap & | xyMap ) |
Perform a blur1d() on every row 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 85 of file blur.cpp.