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

◆ CHSVPalette256() [3/9]

CHSVPalette256::CHSVPalette256 ( const CHSVPalette256 & rhs)
inline

Copy constructor.

Definition at line 896 of file colorutils.h.

897 {
898 memmove8( (void *) &(entries[0]), &(rhs.entries[0]), sizeof( entries));
899 }
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: