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

◆ CRGBPalette32() [8/18]

CRGBPalette32::CRGBPalette32 ( const CHSV & c1)
inline

Create palette filled with one color.

Parameters
c1the color to fill the palette with

Definition at line 1579 of file colorutils.h.

1580 {
1581 fill_solid( &(entries[0]), 32, c1);
1582 }
CRGB entries[32]
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().

+ Here is the call graph for this function: