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

◆ CRGBPalette256() [3/17]

CRGBPalette256::CRGBPalette256 ( const CRGBPalette256 & rhs)
inline

Copy constructor.

Definition at line 1768 of file colorutils.h.

1769 {
1770 memmove8( (void *) &(entries[0]), &(rhs.entries[0]), sizeof( entries));
1771 }
CRGB entries[256]
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 CRGBPalette256(), entries, and memmove8().

+ Here is the call graph for this function: