FastLED
3.9.15
Loading...
Searching...
No Matches
◆
fadeLightBy()
void fl::fadeLightBy
(
CRGB
*
leds
,
uint16_t
num_leds
,
uint8_t
fadeBy
)
Definition at line
157
of file
colorutils.cpp
.
157
{
158
nscale8_video
(
leds
, num_leds, 255 - fadeBy);
159
}
leds
CRGB leds[NUM_LEDS]
Definition
Apa102.ino:11
nscale8_video
void nscale8_video(CRGB *leds, uint16_t num_leds, uint8_t scale)
Definition
colorutils.cpp:147
colorutils.h
Generated on Thu Jun 5 2025 04:29:39 for FastLED by
1.13.2