Create palette filled with one color.
- Parameters
-
c1 | the color to fill the palette with |
Definition at line 1916 of file colorutils.h.
1917 {
1919 }
CRGB entries[256]
the color entries that make up the palette
void fill_solid(struct CRGB *targetArray, int numToFill, const struct CRGB &color)
Fill a range of LEDs with a solid color.
References entries, and fill_solid().