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

◆ operator[]() [2/4]

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

Create palette from palette stored in PROGMEM.

Definition at line 1382 of file colorutils.h.

1383 {
1384 return entries[(uint8_t)x];
1385 }
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:80
CHSV entries[32]
the color entries that make up the palette

References entries, and x.