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

◆ UpscalePalette() [6/6]

void fl::UpscalePalette ( const class CRGBPalette32 & srcpal32,
class CRGBPalette256 & destpal256 )

Definition at line 994 of file colorutils.cpp.

995 {
996 for (int i = 0; i < 256; ++i) {
997 destpal256[(uint8_t)(i)] = ColorFromPalette(srcpal32, i);
998 }
999}
CRGB ColorFromPalette(const CRGBPalette16 &pal, uint8_t index, uint8_t brightness, TBlendType blendType)

References ColorFromPalette().

+ Here is the call graph for this function: