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

◆ operator[]() [3/4]

CHSV & CHSVPalette32::operator[] ( uint8_t x)
inline

Create palette from palette stored in PROGMEM.

Definition at line 1366 of file colorutils.h.

1367 {
1368 return entries[x];
1369 }
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:80
CHSV entries[32]
the color entries that make up the palette

References entries, and x.