C++ Pixels Library For Windows
Enable communications with Pixels dice using Bluetooth Low Energy.
Loading...
Searching...
No Matches
Systemic::Pixels::Messages::Blink Struct Reference

Message send to a Pixel to have it blink its LEDs. More...

#include <Messages.h>

Inheritance diagram for Systemic::Pixels::Messages::Blink:

Public Member Functions

 Blink ()
 Initializes a new instance of Blink.
 
- Public Member Functions inherited from Systemic::Pixels::Messages::PixelMessage
 PixelMessage (MessageType msgType)
 Initializes a new instance of PixelMessage with the given type.
 

Public Attributes

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.
 
- Public Attributes inherited from Systemic::Pixels::Messages::PixelMessage
const MessageType type
 Message type.
 

Detailed Description

Message send to a Pixel to have it blink its LEDs.


The documentation for this struct was generated from the following file: