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

◆ lerp()

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

Definition at line 154 of file u12x4.h.

154 {
155 return a + (b - a) * t;
156 }

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

+ Here is the call graph for this function: