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

◆ operator CHSV *()

CHSVPalette256::operator CHSV * ( )
inline

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

Definition at line 956 of file colorutils.h.

957 {
958 return &(entries[0]);
959 }
CHSV entries[256]
the color entries that make up the palette
Definition colorutils.h:876

References entries.