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

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

References leds, and nscale8().

+ Here is the call graph for this function: