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