8template <
int N>
inline void clear(
CRGB (&arr)[N]) {
9 for (
int i = 0; i < N; ++i) {
void clear(CRGB(&arr)[N])
Implements a simple red square effect for 2D LED grids.
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
Representation of an RGB pixel (Red, Green, Blue)