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

◆ lerp()

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

Definition at line 143 of file u8x8.h.

143 {
144 return a + (b - a) * t;
145 }

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

+ Here is the call graph for this function: