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

Method reset

src/fl/math/filter/filter.h:269–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 FASTLED_FORCE_INLINE T update(T input) { return mImpl.update(input); }
268 FASTLED_FORCE_INLINE T value() const { return mImpl.value(); }
269 FASTLED_FORCE_INLINE void reset(T initial = T(0)) { mImpl.reset(initial); }
270 private:
271 detail::LeakyIntegratorImpl<T, K> mImpl;
272};

Callers

nothing calls this directly

Calls 2

TEnum · 0.85
resetMethod · 0.45

Tested by

no test coverage detected