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

◆ fade_raw()

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

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

168 {
169 nscale8(leds, num_leds, 255 - fadeBy);
170}
fl::CRGB leds[NUM_LEDS]
void nscale8(CRGB *leds, fl::u16 num_leds, fl::u8 scale)

References leds, and nscale8().

Referenced by FL_DISABLE_WARNING(), and fl::FlowFieldFP::flowAdvect().

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