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

◆ blur2d() [1/3]

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

Definition at line 181 of file blur.h.

182 {
184}
fl::CRGB leds[NUM_LEDS]
XYMap xymap
void blur2d(fl::span< CRGB > leds, fl::u8 width, fl::u8 height, fract8 blur_amount, const XYMap &xymap)
Two-dimensional blur filter (span version).
Definition blur.cpp.hpp:87
u8 u8 height
Definition blur.h:186
u8 u8 fract8 blur_amount
Definition blur.h:186
u8 width
Definition blur.h:186

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

+ Here is the call graph for this function: