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

◆ nscale8()

void fl::nscale8 ( CRGB * leds,
fl::u16 num_leds,
fl::u8 scale )

Definition at line 170 of file colorutils.cpp.

170 {
171 for (fl::u16 i = 0; i < num_leds; ++i) {
172 leds[i].nscale8(scale);
173 }
174}
CRGB leds[NUM_LEDS]
uint16_t scale
Definition Noise.ino:74

References leds, and scale.

Referenced by fade_raw(), and fadeToBlackBy().

+ Here is the caller graph for this function: