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

◆ UpscalePalette() [1/6]

void fl::UpscalePalette ( const class CHSVPalette16 & srcpal16,
class CHSVPalette256 & destpal256 )

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

1218 {
1219 detail::UpscalePaletteInterpolated(srcpal16, destpal256);
1220}
void UpscalePaletteInterpolated(const TSrcPalette &srcpal, TDestPalette &destpal)

References fl::detail::UpscalePaletteInterpolated().

+ Here is the call graph for this function: