FastLED 3.9.15
|
FASTLED_FORCE_INLINE CRGB CRGB::lerp8 | ( | const CRGB & | other, |
fract8 | frac ) const |
Return a new CRGB object after performing a linear interpolation between this object and the passed in object.
Definition at line 176 of file crgb.hpp.
References CRGB(), FASTLED_FORCE_INLINE, and lerp8by8().