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