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

◆ operator[]() [1/4]

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

Create palette from palette stored in PROGMEM.

Definition at line 1377 of file colorutils.h.

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

References entries, and x.