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

◆ UpscalePalette()

void fl::UpscalePalette ( const class CRGBPalette16 & srcpal16,
class CRGBPalette256 & destpal256 )

Definition at line 1212 of file colorutils.cpp.hpp.

1213 {
1214 detail::UpscalePaletteInterpolated(srcpal16, destpal256);
1215}

Referenced by FL_DISABLE_WARNING().

+ Here is the caller graph for this function: