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

◆ resize()

template<typename T = float, fl::size N = 8>
FASTLED_FORCE_INLINE void fl::MovingAverage< T, N >::resize ( fl::size new_capacity)
inline

Definition at line 432 of file filter.h.

432{ mImpl.resize(new_capacity); }
detail::MovingAverageImpl< T, N > mImpl
Definition filter.h:434

References FASTLED_FORCE_INLINE, and mImpl.