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

◆ lerp()

static constexpr FASTLED_FORCE_INLINE s16x16 fl::s16x16::lerp ( s16x16 a,
s16x16 b,
s16x16 t )
inlinestaticconstexpr

Definition at line 157 of file s16x16.h.

157 {
158#endif
159 return a + (b - a) * t;
160 }

References s16x16(), FASTLED_FORCE_INLINE, FL_NOEXCEPT, and fl::t.

+ Here is the call graph for this function: