FastLED
3.9.15
Loading...
Searching...
No Matches
◆
CRGBPalette32()
[17/18]
CRGBPalette32::CRGBPalette32
(
const
TProgmemRGBPalette16
&
rhs
)
inline
Create palette from palette stored in PROGMEM.
Definition at line
1634
of file
colorutils.h
.
1635
{
1636
CRGBPalette16 p16(rhs);
1637
*
this
= p16;
1638
}
CRGBPalette32
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2