FastLED
3.9.15
Loading...
Searching...
No Matches
◆
nscale8()
void fl::nscale8
(
CRGB
*
leds
,
uint16_t
num_leds
,
uint8_t
scale
)
Definition at line
169
of file
colorutils.cpp
.
169
{
170
for
(uint16_t i = 0; i < num_leds; ++i) {
171
leds
[i].nscale8(
scale
);
172
}
173
}
leds
CRGB leds[NUM_LEDS]
Definition
Apa102.ino:11
scale
uint16_t scale
Definition
funky.cpp:83
colorutils.h
Generated on Tue Jun 24 2025 00:58:14 for FastLED by
1.13.2