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

◆ blurGaussian() [1/6]

template<int hRadius, int vRadius, typename RGB_T>
void fl::gfx::blurGaussian ( Canvas< RGB_T > & canvas)
inline

Convenience overload with no dimming.

Definition at line 130 of file blur.h.

130 {
132}
void blurGaussian(Canvas< RGB_T > &canvas, alpha8 dimFactor)
Compile-time Gaussian blur with independent H/V radii.
Unsigned 8-bit alpha / brightness — UNORM8.
Definition alpha.h:42

References blurGaussian(), and FL_NOEXCEPT.

+ Here is the call graph for this function: