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

◆ fadeToBlackBy()

void fl::fadeToBlackBy ( CRGB * leds,
uint16_t num_leds,
uint8_t fadeBy )

Definition at line 161 of file colorutils.cpp.

161 {
162 nscale8(leds, num_leds, 255 - fadeBy);
163}
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
void nscale8(CRGB *leds, uint16_t num_leds, uint8_t scale)

References leds, and nscale8().

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

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