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

◆ clear() [2/5]

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

Definition at line 13 of file clear.h.

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

References CRGB::Black.

Referenced by clearLeds(), and loop().

+ Here is the caller graph for this function: