FastLED 3.9.15
|
Definition at line 77 of file ___pixeltypes.h.
#include <___pixeltypes.h>
Public Member Functions | |
Pixel () | |
Pixel (const Pixel &rhs) | |
Pixel (uint8_t r, uint8_t g, uint8_t b) | |
bool | operator!= (const Pixel &rhs) |
Pixel & | operator= (const uint32_t colorcode) |
bool | operator== (const Pixel &rhs) |
Public Attributes | ||
union { | ||
struct { | ||
uint8_t | blue | |
uint8_t | green | |
uint8_t | red | |
} | ||
uint8_t | raw [3] | |
}; | ||