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