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

◆ UpscalePalette() [1/6]

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

Definition at line 969 of file colorutils.cpp.

970 {
971 for (int i = 0; i < 256; ++i) {
972 destpal256[(uint8_t)(i)] = ColorFromPalette(srcpal16, i);
973 }
974}
CRGB ColorFromPalette(const CRGBPalette16 &pal, uint8_t index, uint8_t brightness, TBlendType blendType)

References ColorFromPalette().

+ Here is the call graph for this function: