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

◆ lerp()

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

Definition at line 129 of file s12x4.h.

129 {
130 return a + (b - a) * t;
131 }

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

+ Here is the call graph for this function: