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

150 {
151 for (fl::u16 i = 0; i < num_leds; ++i) {
152 leds[i].nscale8_video(scale);
153 }
154}
fl::CRGB leds[NUM_LEDS]
fl::UISlider scale("Scale", 4,.1, 4,.1)

References leds, and scale.

Referenced by fade_video(), fadeLightBy(), and FL_DISABLE_WARNING().

+ Here is the caller graph for this function: