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

◆ lerp()

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

Definition at line 139 of file s24x8.h.

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

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

+ Here is the call graph for this function: