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

◆ blurRows() [3/3]

void fl::blurRows ( gfx::Canvas< CRGB > & canvas,
alpha8 blur_amount )
inline

Definition at line 170 of file blur.h.

170 {
171 gfx::blurRows(canvas, blur_amount);
172}
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 fract8 blur_amount
Definition blur.h:186

References blur_amount, fl::gfx::blurRows(), and FL_NOEXCEPT.

+ Here is the call graph for this function: