|
FastLED 3.9.15
|
#include <filter.h>
Collaboration diagram for fl::TriangularFilter< T, N >:Public Member Functions | |
| TriangularFilter () FL_NOEXCEPT=default | |
| TriangularFilter (fl::size capacity) | |
| FASTLED_FORCE_INLINE fl::size | capacity () const |
| FASTLED_FORCE_INLINE bool | full () const |
| FASTLED_FORCE_INLINE void | reset () |
| FASTLED_FORCE_INLINE void | resize (fl::size new_capacity) |
| FASTLED_FORCE_INLINE fl::size | size () const |
| FASTLED_FORCE_INLINE T | update (fl::span< const T > values) |
| FASTLED_FORCE_INLINE T | update (T input) |
| FASTLED_FORCE_INLINE T | value () const |
Private Attributes | |
| detail::TriangularFilterImpl< T, N > | mImpl |