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

◆ lerp()

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

Definition at line 140 of file s4x12.h.

140 {
141 return a + (b - a) * t;
142 }

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

+ Here is the call graph for this function: