FastLED 3.9.15
Loading...
Searching...
No Matches

◆ blurRows() [2/3]

void fl::blurRows ( fl::span< CRGB > leds,
u8 width,
u8 height,
fract8 blur_amount,
const XYMap & xymap )
inline

Definition at line 157 of file blur.h.

158 {
160}
fl::CRGB leds[NUM_LEDS]
XYMap xymap
void blurRows(fl::span< CRGB > leds, fl::u8 width, fl::u8 height, fract8 blur_amount, const XYMap &xyMap)
Perform a blur1d() on every row of a rectangular matrix (span version).
Definition blur.cpp.hpp:133
u8 u8 height
Definition blur.h:186
u8 u8 fract8 blur_amount
Definition blur.h:186
u8 width
Definition blur.h:186

References blur_amount, fl::gfx::blurRows(), FL_NOEXCEPT, height, leds, width, and xymap.

+ Here is the call graph for this function: