Package-level declarations
Types
Packages the current strip state into a format that can be sent to a client
Logs the strip state from each render to a file
Logs the strip state from each render to a file
Tracks the color of pixels in the strip so they can be used, rendered and/or logged
Tracks a single pixel's colors. Each pixel has 4 colors, actualColor, fadeColor, prolongedColor and temporaryColor. A pixel's color will be set to temporaryColor if temporaryColor is not -1
, otherwise to fadeColor if fadeColor is not -1
, otherwise to prolongedColor.
Specifies which type of color to get/set
Properties
A list of the actual colors for the strip
A list of the actual colors for the section
A list of the fade colors for the strip
A list of the fade colors for the section
A list of the prolonged colors for the strip
A list of the prolonged colors for the section
A list of the temporary colors for the strip
A list of the temporary colors for the section
Functions
Clear the strip/section (set all pixels to 0)
Clear the section (set all pixels to 0)
Clear the strip (set all pixels to 0)
Revert a pixel's color (reset its temporary color)
Revert multiple pixels' color (reset their temporary colors)
Set a pixel's temporary color and revert (reset its temporary color) after a delay
Set a pixel's fade color
Set multiple pixels' fade color
Set multiple pixel's fade color
Set a pixel's prolonged color
Set multiple pixels' prolonged color
Set a pixel's temporary color
Set multiple pixels' temporary color
Set the strip's/section's fade color
Set the section's fade color
Set the strip's fade color
Set the strip's/section's prolonged color
Set the section's prolonged color
Set the strip's prolonged color
Set the strip's/section's temporary color
Set the section's temporary color
Set the strip's temporary color