FastLED
3.9.15
Loading...
Searching...
No Matches
◆
nscale8_video()
void fl::nscale8_video
(
CRGB
*
leds
,
uint16_t
num_leds
,
uint8_t
scale
)
Definition at line
147
of file
colorutils.cpp
.
147
{
148
for
(uint16_t i = 0; i < num_leds; ++i) {
149
leds
[i].nscale8_video(
scale
);
150
}
151
}
leds
CRGB leds[NUM_LEDS]
Definition
Apa102.ino:11
scale
UISlider scale("Scale", 1.0f, 0.0f, 1.0f, 0.01f)
colorutils.h
Generated on Thu Jun 5 2025 04:29:39 for FastLED by
1.13.2