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

◆ blur1d()

void fl::blur1d ( fl::span< CRGB > leds,
fract8 blur_amount )
inline

Definition at line 150 of file blur.h.

150 {
151 gfx::blur1d(leds, blur_amount);
152}
fl::CRGB leds[NUM_LEDS]

Referenced by loop().

+ Here is the caller graph for this function: