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

◆ lerp()

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

Definition at line 139 of file s8x24.h.

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

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

+ Here is the call graph for this function: