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

◆ blurRows() [2/3]

void fl::gfx::blurRows ( CRGB * leds,
u8 width,
u8 height,
fract8 blur_amount,
const XYMap & xymap )
inline

Legacy raw-pointer version of blurRows.

Definition at line 78 of file blur.h.

79 {
82}
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 fl::blur_amount, blurRows(), FL_NOEXCEPT, fl::height, leds, fl::width, and xymap.

+ Here is the call graph for this function: