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

◆ setR()

template<typename T = float>
FASTLED_FORCE_INLINE void fl::DCBlocker< T >::setR ( T r)
inline

Definition at line 246 of file filter.h.

246{ mImpl.setR(r); }
detail::DCBlockerImpl< T > mImpl
Definition filter.h:248

References FASTLED_FORCE_INLINE, and mImpl.