![]() |
Windows Virtual Shields for Arduino
|
#include <SensorModels.h>
Public Member Functions | |
ARGB (byte alpha, byte red, byte green, byte blue) | |
ARGB (byte red, byte green, byte blue) | |
ARGB (unsigned long color) | |
ARGB (String hex) | |
void | hex (char *hexSource) |
Public Attributes | |
uint32_t | color |
struct { | |
uint8_t blue | |
uint8_t green | |
uint8_t red | |
uint8_t alpha | |
}; | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
struct { ... } |
uint8_t ARGB::alpha |
uint8_t ARGB::blue |
uint32_t ARGB::color |
uint8_t ARGB::green |
uint8_t ARGB::red |