Message send to a Pixel to have it blink its LEDs.
More...
#include <Messages.h>
|
| Blink () |
| Initializes a new instance of Blink.
|
|
| PixelMessage (MessageType msgType) |
| Initializes a new instance of PixelMessage with the given type.
|
|
|
uint8_t | count {} |
| Number of flashes.
|
|
uint16_t | duration {} |
| Total duration in milliseconds.
|
|
uint32_t | color {} |
| Color to blink.
|
|
uint32_t | faceMask {} |
| Select which faces to light up.
|
|
uint8_t | fade {} |
| Amount of in and out fading, 0: sharp transition, 255: max fading.
|
|
uint8_t | loop {} |
| Whether to indefinitely loop the animation.
|
|
const MessageType | type |
| Message type.
|
|
Message send to a Pixel to have it blink its LEDs.
The documentation for this struct was generated from the following file: