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

Method FxEngine

src/fl/fx/fx_engine.cpp.hpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace fl {
9
10FxEngine::FxEngine(u16 numLeds, bool interpolate)
11 : mTimeFunction(0), mCompositor(numLeds), mCurrId(0),
12 mInterpolate(interpolate) {
13 mEffects.reserve(FASTLED_FX_ENGINE_MAX_FX);
14}
15
16FxEngine::~FxEngine() FL_NOEXCEPT {}
17

Callers

nothing calls this directly

Calls 1

reserveMethod · 0.45

Tested by

no test coverage detected