FastLED 3.9.15
|
FASTLED_FORCE_INLINE CRGB & CRGB::fadeLightBy | ( | uint8_t | fadefactor | ) |
fadeLightBy is a synonym for nscale8_video(), as a fade instead of a scale
fadefactor | the amount to fade, sent to nscale8_video() as (255 - fadefactor) |
Definition at line 90 of file crgb.hpp.
References CRGB(), FASTLED_FORCE_INLINE, and nscale8x3_video().