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

Method update

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

Source from the content-addressed store, hash-verified

241 public:
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); }

Callers 15

updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected