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
}
leds
fl::CRGB leds[NUM_LEDS]
Definition
Animartrix.ino:93
scale
fl::UISlider scale("Scale", 4,.1, 4,.1)
colorutils.h
Generated on Tue Jun 16 2026 00:07:01 for FastLED by
1.13.2