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

◆ operator CHSV *()

CHSVPalette16::operator CHSV * ( )
inline

Get the underlying pointer to the CHSV entries making up the palette.

Definition at line 812 of file colorutils.h.

813 {
814 return &(entries[0]);
815 }
CHSV entries[16]
the color entries that make up the palette
Definition colorutils.h:729

References entries.