FastLED 3.9.15
Loading...
Searching...
No Matches

◆ clear() [5/5]

template<fl::size W, fl::size H>
void fl::clear ( LedsXY< W, H > & leds)
inline

Definition at line 21 of file clear.h.

21 {
22 leds.fill(CRGB::Black);
23}
fl::CRGB leds[NUM_LEDS]
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
Definition crgb.h:510

References fl::CRGB::Black, and leds.