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

◆ UpscalePalette() [5/6]

void fl::UpscalePalette ( const class CRGBPalette16 & srcpal16,
class CRGBPalette32 & destpal32 )

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

1223 {
1224 detail::UpscalePaletteRepeat(srcpal16, destpal32);
1225}
void UpscalePaletteRepeat(const TSrcPalette &srcpal, TDestPalette &destpal)

References fl::detail::UpscalePaletteRepeat().

+ Here is the call graph for this function: