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

◆ CRGBPalette32() [4/18]

CRGBPalette32::CRGBPalette32 ( const CRGB rhs[32])
inline

Create palette from array of CRGB colors.

Definition at line 1467 of file colorutils.h.

1468 {
1469 memmove8( (void *) &(entries[0]), &(rhs[0]), sizeof( entries));
1470 }
CRGB entries[32]
the color entries that make up the palette
void * memmove8(void *dst, const void *src, uint16_t num)
Faster alternative to memmove() on AVR.

References entries, and memmove8().

+ Here is the call graph for this function: