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

◆ blur2d() [2/3]

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

Definition at line 153 of file blur.h.

154 {
156}
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.

Referenced by fl::Blend2d::draw(), and fl::Luminova::draw().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: