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

◆ operator=() [2/3]

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

Copy constructor.

Definition at line 901 of file colorutils.h.

902 {
903 memmove8( (void *) &(entries[0]), &(rhs.entries[0]), sizeof( entries));
904 return *this;
905 }
CHSV entries[256]
the color entries that make up the palette
Definition colorutils.h:876
void * memmove8(void *dst, const void *src, uint16_t num)
Faster alternative to memmove() on AVR.

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

+ Here is the call graph for this function: