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

◆ lerp()

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

Definition at line 141 of file u4x12.h.

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

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

+ Here is the call graph for this function: