FastLED
3.9.15
Loading...
Searching...
No Matches
◆
ExponentialSmootherImpl()
template<typename T>
fl::detail::ExponentialSmootherImpl
< T >::ExponentialSmootherImpl
(
T
tau_seconds
,
T
initial
=
T(0)
)
inline
explicit
Definition at line
11
of file
exponential_smoother_impl.h
.
12
:
mTau
(
tau_seconds
),
mY
(
initial
) {}
fl::detail::ExponentialSmootherImpl::mY
T mY
Definition
exponential_smoother_impl.h:30
fl::detail::ExponentialSmootherImpl::mTau
T mTau
Definition
exponential_smoother_impl.h:29
fl::detail::ExponentialSmootherImpl
Definition
exponential_smoother_impl.h:9
References
mTau
, and
mY
.
fl
detail
ExponentialSmootherImpl
Generated on Tue Jun 16 2026 00:07:09 for FastLED by
1.13.2