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