MCPcopy Create free account
hub / github.com/FastLED/FastLED / blurGaussian

Function blurGaussian

src/fl/gfx/blur.h:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128/// @brief Convenience overload with no dimming.
129template <int hRadius, int vRadius, typename RGB_T>
130inline void blurGaussian(Canvas<RGB_T> &canvas) FL_NOEXCEPT {
131 blurGaussian<hRadius, vRadius>(canvas, alpha8(255));
132}
133
134/// @brief XYMap-backed Gaussian blur (non-optimized, per-pixel path).
135/// @tparam hRadius Horizontal blur radius (0–4).

Callers

nothing calls this directly

Calls 1

alpha8Class · 0.85

Tested by

no test coverage detected