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

◆ clear() [2/5]

template<int N>
void fl::clear ( CRGB(&) arr[N])
inline

Definition at line 12 of file clear.h.

12 {
13 for (int i = 0; i < N; ++i) {
14 arr[i] = CRGB::Black;
15 }
16}
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
Definition crgb.h:510

References fl::CRGB::Black.

Referenced by fl::string::assign(), clearLeds(), loop(), and fl::string::operator=().

+ Here is the caller graph for this function: