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

◆ operator=() [4/7]

CRGBPalette256 & CRGBPalette256::operator= ( const CRGBPalette16 & rhs16)
inline

Create upscaled palette from 16-entry palette.

Definition at line 1827 of file colorutils.h.

1828 {
1829 UpscalePalette( rhs16, *this);
1830 return *this;
1831 }
void UpscalePalette(const class CRGBPalette16 &srcpal16, class CRGBPalette256 &destpal256)
Convert a 16-entry palette to a 256-entry palette.

References CRGBPalette256(), and UpscalePalette().

+ Here is the call graph for this function: