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 }