FastLED 3.9.15
|
void fade_video | ( | CRGB * | leds, |
uint16_t | num_leds, | ||
uint8_t | fadeBy ) |
Reduce the brightness of an array of pixels all at once.
Guaranteed to never fade all the way to black.
leds | a pointer to the LED array to fade |
num_leds | the number of LEDs to fade |
fadeBy | how much to fade each LED |
Definition at line 259 of file colorutils.cpp.
References leds, and nscale8_video().