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

◆ fadeLightBy()

FASTLED_FORCE_INLINE CRGB & CRGB::fadeLightBy ( fl::u8 fadefactor)

fadeLightBy is a synonym for nscale8_video(), as a fade instead of a scale

Parameters
fadefactorthe amount to fade, sent to nscale8_video() as (255 - fadefactor)

Definition at line 84 of file crgb.hpp.

85{
86 nscale8x3_video( r, g, b, 255 - fadefactor);
87 return *this;
88}

References CRGB(), FASTLED_FORCE_INLINE, and FL_NOEXCEPT.

+ Here is the call graph for this function: