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

◆ UpscalePalette() [3/6]

void fl::UpscalePalette ( const class CHSVPalette32 & srcpal32,
class CHSVPalette256 & destpal256 )

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

1238 {
1239 detail::UpscalePaletteInterpolated(srcpal32, destpal256);
1240}
void UpscalePaletteInterpolated(const TSrcPalette &srcpal, TDestPalette &destpal)

References fl::detail::UpscalePaletteInterpolated().

+ Here is the call graph for this function: