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

◆ operator=() [3/3]

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

Create palette from palette stored in PROGMEM.

Definition at line 926 of file colorutils.h.

927 {
928 CHSVPalette16 p16(rhs);
929 *this = p16;
930 return *this;
931 }

References CHSVPalette256().

+ Here is the call graph for this function: