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

◆ smoothstep()

template<typename T>
enable_if< is_fixed_point< T >::value, T >::type fl::smoothstep ( T edge0,
T edge1,
T x )
inline

Definition at line 552 of file fixed_point.h.

552{ return T::smoothstep(edge0, edge1, x); }

References FL_NOEXCEPT, and x.