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

◆ nscale8_video()

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

Definition at line 148 of file colorutils.cpp.

148 {
149 for (fl::u16 i = 0; i < num_leds; ++i) {
150 leds[i].nscale8_video(scale);
151 }
152}
CRGB leds[NUM_LEDS]
uint16_t scale
Definition Noise.ino:74