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

◆ operator=() [1/2]

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

Copy constructor.

Definition at line 1337 of file colorutils.h.

1338 {
1339 memmove8( (void *) &(entries[0]), &(rhs.entries[0]), sizeof( entries));
1340 return *this;
1341 }
CHSV 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 CHSVPalette32(), entries, and memmove8().

+ Here is the call graph for this function: