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

◆ fadeToBlackBy()

void fl::fadeToBlackBy ( CRGB * leds,
fl::u16 num_leds,
fl::u8 fadeBy )

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)

References leds, and nscale8().

Referenced by fl::DemoReel100::confetti(), fl::Luminova::draw(), fl::DemoReel100::juggle(), and fl::DemoReel100::sinelon().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: