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

◆ CHSVPalette16() [5/8]

CHSVPalette16::CHSVPalette16 ( const CHSV & c1)
inline

Create palette filled with one color.

Parameters
c1the color to fill the palette with

Definition at line 839 of file colorutils.h.

840 {
841 fill_solid( &(entries[0]), 16, c1);
842 }
CHSV entries[16]
the color entries that make up the palette
Definition colorutils.h:729
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: