Copy constructor.
Definition at line 1805 of file colorutils.h.
1806 {
1807 for( int i = 0; i < 256; ++i) {
1809 }
1810 return *this;
1811 }
CHSV entries[256]
the color entries that make up the palette
CRGB entries[256]
the color entries that make up the palette
References CRGBPalette256(), CHSVPalette256::entries, and entries.