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

◆ operator=() [6/8]

CRGBPalette32 & CRGBPalette32::operator= ( const TProgmemRGBPalette16 & rhs)
inline

Create palette from palette stored in PROGMEM.

Definition at line 1640 of file colorutils.h.

1641 {
1642 CRGBPalette16 p16(rhs);
1643 *this = p16;
1644 return *this;
1645 }

References CRGBPalette32().

+ Here is the call graph for this function: