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 }