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

◆ lerp()

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

Definition at line 157 of file u16x16.h.

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

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

+ Here is the call graph for this function: