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

◆ WeightedMovingAverage() [2/2]

template<typename T = float, fl::size N = 8>
fl::WeightedMovingAverage< T, N >::WeightedMovingAverage ( fl::size capacity)
inlineexplicit

Definition at line 493 of file filter.h.

493: mImpl(capacity) {}
detail::WeightedMovingAverageImpl< T, N > mImpl
Definition filter.h:503
FASTLED_FORCE_INLINE fl::size capacity() const
Definition filter.h:500

References WeightedMovingAverage(), capacity(), mImpl, and size().

+ Here is the call graph for this function: