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

◆ operator CRGB *()

CRGBPalette32::operator CRGB * ( )
inline

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

Definition at line 1573 of file colorutils.h.

1574 {
1575 return &(entries[0]);
1576 }
CRGB entries[32]
the color entries that make up the palette

References entries.