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

◆ blur2d()

void fl::blur2d ( fl::span< CRGB > leds,
u8 width,
u8 height,
fract8 blur_amount,
const XYMap & xymap )
inline
Examples
Blur2d.ino.

Definition at line 153 of file blur.h.

154 {
155 gfx::blur2d(leds, width, height, blur_amount, xymap);
156}
fl::CRGB leds[NUM_LEDS]
XYMap xymap

Referenced by loop().

+ Here is the caller graph for this function: