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

◆ fade_video()

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

Definition at line 154 of file colorutils.cpp.

154 {
155 nscale8_video(leds, num_leds, 255 - fadeBy);
156}
CRGB leds[NUM_LEDS]
void nscale8_video(CRGB *leds, fl::u16 num_leds, fl::u8 scale)

References leds, and nscale8_video().

+ Here is the call graph for this function: