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

◆ fade_video()

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

Definition at line 153 of file colorutils.cpp.

153 {
154 nscale8_video(leds, num_leds, 255 - fadeBy);
155}
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
void nscale8_video(CRGB *leds, uint16_t num_leds, uint8_t scale)

References leds, and nscale8_video().

+ Here is the call graph for this function: