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

◆ fadeToBlackBy()

void fl::fadeToBlackBy ( CRGB * leds,
fl::u16 num_leds,
fl::u8 fadeBy )
Examples
Audio.ino, and DemoReel100.ino.

Definition at line 164 of file colorutils.cpp.hpp.

164 {
165 nscale8(leds, num_leds, 255 - fadeBy);
166}
fl::CRGB leds[NUM_LEDS]
void nscale8(CRGB *leds, fl::u16 num_leds, fl::u8 scale)

Referenced by clearDisplay(), confetti(), juggle(), loop(), and sinelon().

+ Here is the caller graph for this function: