FastLED
3.9.15
Loading...
Searching...
No Matches
◆
fill()
void fl::Leds::fill
(
const
CRGB
&
color
)
inline
Definition at line
44
of file
leds.h
.
44
{
45
for
(
size_t
i = 0; i <
mXyMap
.getTotal(); ++i) {
46
mLeds
[i] = color;
47
}
48
}
fl::Leds::mXyMap
XYMap mXyMap
Definition
leds.h:52
fl::Leds::mLeds
CRGB * mLeds
Definition
leds.h:53
References
mLeds
, and
mXyMap
.
fl
Leds
Generated on Sat May 24 2025 22:44:25 for FastLED by
1.13.2