|
FastLED 3.9.15
|
#include <filter.h>
Collaboration diagram for fl::LeakyIntegrator< T, K >:Public Member Functions | |
| LeakyIntegrator () FL_NOEXCEPT=default | |
| LeakyIntegrator (T initial) | |
| FASTLED_FORCE_INLINE void | reset (T initial=T(0)) |
| FASTLED_FORCE_INLINE T | update (T input) |
| FASTLED_FORCE_INLINE T | value () const |
Private Attributes | |
| detail::LeakyIntegratorImpl< T, K > | mImpl |