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

◆ fadeToBlackBy()

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

Definition at line 162 of file colorutils.cpp.

162 {
163 nscale8(leds, num_leds, 255 - fadeBy);
164}
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: