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

◆ UpscalePalette() [2/6]

void fl::UpscalePalette ( const class CHSVPalette16 & srcpal16,
class CHSVPalette32 & destpal32 )

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

1228 {
1229 detail::UpscalePaletteRepeat(srcpal16, destpal32);
1230}
void UpscalePaletteRepeat(const TSrcPalette &srcpal, TDestPalette &destpal)

References fl::detail::UpscalePaletteRepeat().

+ Here is the call graph for this function: