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

◆ operator CRGB *()

CRGBPalette16::operator CRGB * ( )
inline

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

Definition at line 1134 of file colorutils.h.

1135 {
1136 return &(entries[0]);
1137 }
CRGB entries[16]
the color entries that make up the palette

References entries.