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

◆ lerp()

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

Definition at line 141 of file u24x8.h.

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

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

+ Here is the call graph for this function: