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

◆ fadeLightBy()

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

Definition at line 160 of file colorutils.cpp.hpp.

160 {
161 nscale8_video(leds, num_leds, 255 - fadeBy);
162}
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: