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

Function blurGaussian

src/fl/gfx/canvas.h:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42template<int hRadius, int vRadius, typename RGB_T>
43inline void blurGaussian(CanvasMapped<RGB_T>& canvas) FL_NOEXCEPT {
44 blurGaussian<hRadius, vRadius>(canvas, alpha8(255));
45}
46
47template<typename PixelT, typename Coord>
48void drawLine(Canvas<PixelT>& canvas, const PixelT& color, Coord x0, Coord y0, Coord x1, Coord y1,

Callers

nothing calls this directly

Calls 1

alpha8Class · 0.85

Tested by

no test coverage detected