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

Method value

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

Source from the content-addressed store, hash-verified

242 explicit DCBlocker(T r = T(0.995f)) : mImpl(r) {}
243 FASTLED_FORCE_INLINE T update(T input) { return mImpl.update(input); }
244 FASTLED_FORCE_INLINE T value() const { return mImpl.value(); }
245 FASTLED_FORCE_INLINE void reset() { mImpl.reset(); }
246 FASTLED_FORCE_INLINE void setR(T r) { mImpl.setR(r); }
247 private:

Callers 15

valueMethod · 0.45
valueMethod · 0.45
valueMethod · 0.45
valueMethod · 0.45
valueMethod · 0.45
valueMethod · 0.45
valueMethod · 0.45
valueMethod · 0.45
valueMethod · 0.45
valueMethod · 0.45
valueMethod · 0.45
valueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected