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 156 of file colorutils.cpp.hpp.

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

References leds, and nscale8_video().

Referenced by FL_DISABLE_WARNING().

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