FastLED 3.9.15
|
CRGB & CRGB::fadeToBlackBy | ( | uint8_t | fadefactor | ) |
fadeToBlackBy is a synonym for nscale8(), as a fade instead of a scale
fadefactor | the amount to fade, sent to nscale8() as (255 - fadefactor) |
Definition at line 111 of file crgb.cpp.
References CRGB(), and nscale8x3().
Referenced by fl::XYDrawComposited::draw().