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

◆ operator[]() [4/4]

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

Create palette from palette stored in PROGMEM.

Definition at line 1371 of file colorutils.h.

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

References entries, and x.