FastLED 3.9.15
|
void UpscalePalette | ( | const class CRGBPalette16 & | srcpal16, |
class CRGBPalette32 & | destpal32 ) |
Convert a 16-entry palette to a 32-entry palette.
srcpal16 | the source palette to upscale |
destpal32 | the destination palette for the upscaled data |
Definition at line 1321 of file colorutils.cpp.