FastLED
3.9.15
Loading...
Searching...
No Matches
◆
UpscalePalette()
[2/6]
void fl::UpscalePalette
(
const class CHSVPalette16 &
srcpal16
,
class CHSVPalette32 &
destpal32
)
Definition at line
986
of file
colorutils.cpp
.
987
{
988
for
(
fl::u8
i = 0; i < 16; ++i) {
989
fl::u8
j = i * 2;
990
destpal32[j + 0] = srcpal16[i];
991
destpal32[j + 1] = srcpal16[i];
992
}
993
}
fl::u8
unsigned char u8
Definition
int.h:17
fl
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2