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

◆ operator CRGB *()

CRGBPalette256::operator CRGB * ( )
inline

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

Definition at line 1889 of file colorutils.h.

1890 {
1891 return &(entries[0]);
1892 }
CRGB entries[256]
the color entries that make up the palette

References entries.