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

◆ operator=() [5/8]

CRGBPalette32 & CRGBPalette32::operator= ( const CRGBPalette32 & rhs)
inline

Copy constructor.

Definition at line 1472 of file colorutils.h.

1473 {
1474 memmove8( (void *) &(entries[0]), &(rhs.entries[0]), sizeof( entries));
1475 return *this;
1476 }
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 CRGBPalette32(), entries, and memmove8().

+ Here is the call graph for this function: