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

◆ nscale8()

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

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

172 {
173 for (fl::u16 i = 0; i < num_leds; ++i) {
174 leds[i].nscale8(scale);
175 }
176}
fl::CRGB leds[NUM_LEDS]
fl::UISlider scale("Scale", 4,.1, 4,.1)

References leds, and scale.

Referenced by fade_raw(), fadeToBlackBy(), and FL_DISABLE_WARNING().

+ Here is the caller graph for this function: