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

◆ lerp() [2/2]

template<typename T>
enable_if< is_fixed_point< T >::value, T >::type fl::lerp ( T a,
T b,
T t )
inlineconstexpr

Definition at line 537 of file fixed_point.h.

537{ return T::lerp(a, b, t); }

References FL_NOEXCEPT, and t.