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

◆ operator=() [1/2]

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

Copy constructor.

Definition at line 753 of file colorutils.h.

754 {
755 memmove8( (void *) &(entries[0]), &(rhs.entries[0]), sizeof( entries));
756 return *this;
757 }
CHSV entries[16]
the color entries that make up the palette
Definition colorutils.h:729
void * memmove8(void *dst, const void *src, uint16_t num)
Faster alternative to memmove() on AVR.

References CHSVPalette16(), entries, and memmove8().

+ Here is the call graph for this function: