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

◆ operator CHSV *()

CHSVPalette32::operator CHSV * ( )
inline

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

Definition at line 1388 of file colorutils.h.

1389 {
1390 return &(entries[0]);
1391 }
CHSV entries[32]
the color entries that make up the palette

References entries.