FastLED 3.9.15
Loading...
Searching...
No Matches

◆ setTau()

template<typename T = float>
FASTLED_FORCE_INLINE void fl::ExponentialSmoother< T >::setTau ( T tau_seconds)
inline

Definition at line 193 of file filter.h.

193{ mImpl.setTau(tau_seconds); }
detail::ExponentialSmootherImpl< T > mImpl
Definition filter.h:195

References FASTLED_FORCE_INLINE, and mImpl.