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

◆ UpscalePalette() [4/6]

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}
void UpscalePaletteInterpolated(const TSrcPalette &srcpal, TDestPalette &destpal)

References fl::detail::UpscalePaletteInterpolated().

Referenced by FL_DISABLE_WARNING().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: