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

Method clear

src/fl/fx/2d/blend.cpp.hpp:104–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void Blend2d::clear() { mLayers.clear(); }
105
106bool Blend2d::setParams(Fx2dPtr fx, const Params &p) {
107 u8 blur_amount = p.blur_amount;

Callers 3

drawMethod · 0.45
flushMethod · 0.45
setMaxParticlesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected