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

◆ blurColumns() [2/3]

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

Definition at line 161 of file blur.h.

162 {
164}
fl::CRGB leds[NUM_LEDS]
XYMap xymap
void blurColumns(fl::span< CRGB > leds, fl::u8 width, fl::u8 height, fract8 blur_amount, const XYMap &xyMap)
Perform a blur1d() on every column of a rectangular matrix (span version).
Definition blur.cpp.hpp:172
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::blurColumns(), FL_NOEXCEPT, height, leds, width, and xymap.

+ Here is the call graph for this function: