FastLED 3.9.15
|
void UpscalePalette | ( | const class CRGBPalette16 & | srcpal16, |
class CRGBPalette256 & | destpal256 ) |
Convert a 16-entry palette to a 256-entry palette.
srcpal16 | the source palette to upscale |
destpal256 | the destination palette for the upscaled data |
Definition at line 1306 of file colorutils.cpp.
References ColorFromPalette().
Referenced by CHSVPalette256::CHSVPalette256(), CRGBPalette256::CRGBPalette256(), CRGBPalette32::CRGBPalette32(), CHSVPalette256::operator=(), CRGBPalette256::operator=(), and CRGBPalette32::operator=().