|
| CRGBPalette256 (const CRGB &c00, const CRGB &c01, const CRGB &c02, const CRGB &c03, const CRGB &c04, const CRGB &c05, const CRGB &c06, const CRGB &c07, const CRGB &c08, const CRGB &c09, const CRGB &c10, const CRGB &c11, const CRGB &c12, const CRGB &c13, const CRGB &c14, const CRGB &c15) |
|
| CRGBPalette256 (const CRGBPalette256 &rhs) |
|
| CRGBPalette256 (const CRGB rhs[256]) |
|
CRGBPalette256 & | operator= (const CRGBPalette256 &rhs) |
|
CRGBPalette256 & | operator= (const CRGB rhs[256]) |
|
| CRGBPalette256 (const CHSVPalette256 &rhs) |
|
| CRGBPalette256 (const CHSV rhs[256]) |
|
CRGBPalette256 & | operator= (const CHSVPalette256 &rhs) |
|
CRGBPalette256 & | operator= (const CHSV rhs[256]) |
|
| CRGBPalette256 (const CRGBPalette16 &rhs16) |
|
CRGBPalette256 & | operator= (const CRGBPalette16 &rhs16) |
|
| CRGBPalette256 (const TProgmemRGBPalette16 &rhs) |
|
CRGBPalette256 & | operator= (const TProgmemRGBPalette16 &rhs) |
|
bool | operator== (const CRGBPalette256 rhs) |
|
bool | operator!= (const CRGBPalette256 rhs) |
|
CRGB & | operator[] (uint8_t x) __attribute__((always_inline)) |
|
const CRGB & | operator[] (uint8_t x) const __attribute__((always_inline)) |
|
CRGB & | operator[] (int x) __attribute__((always_inline)) |
|
const CRGB & | operator[] (int x) const __attribute__((always_inline)) |
|
| operator CRGB * () |
|
| CRGBPalette256 (const CHSV &c1) |
|
| CRGBPalette256 (const CHSV &c1, const CHSV &c2) |
|
| CRGBPalette256 (const CHSV &c1, const CHSV &c2, const CHSV &c3) |
|
| CRGBPalette256 (const CHSV &c1, const CHSV &c2, const CHSV &c3, const CHSV &c4) |
|
| CRGBPalette256 (const CRGB &c1) |
|
| CRGBPalette256 (const CRGB &c1, const CRGB &c2) |
|
| CRGBPalette256 (const CRGB &c1, const CRGB &c2, const CRGB &c3) |
|
| CRGBPalette256 (const CRGB &c1, const CRGB &c2, const CRGB &c3, const CRGB &c4) |
|
| CRGBPalette256 (TProgmemRGBGradientPalette_bytes progpal) |
|
CRGBPalette256 & | operator= (TProgmemRGBGradientPalette_bytes progpal) |
|
CRGBPalette256 & | loadDynamicGradientPalette (TDynamicRGBGradientPalette_bytes gpal) |
|
Definition at line 1309 of file colorutils.h.