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

◆ lerp()

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

Definition at line 137 of file u8x24.h.

137 {
138 return a + (b - a) * t;
139 }

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

+ Here is the call graph for this function: