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

◆ operator=() [6/7]

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

Create palette from palette stored in PROGMEM.

Definition at line 1840 of file colorutils.h.

1841 {
1842 CRGBPalette16 p16(rhs);
1843 *this = p16;
1844 return *this;
1845 }

References CRGBPalette256().

+ Here is the call graph for this function: