Constructors

Link copied to clipboard
constructor()
constructor(startHue: Float, stopHue: Float)
constructor(startHue: Float, stopHue: Float, speed: Float)

Properties

Link copied to clipboard
open var speed: Float
Link copied to clipboard
open var startHue: Float
Link copied to clipboard
open var stopHue: Float

Functions

Link copied to clipboard
open fun getBrightness(): Int
Link copied to clipboard
open fun getStartIndex(): Int
Link copied to clipboard
open fun getStopIndex(): Int
Link copied to clipboard
open fun setBrightness(brightness: Int)
Brightness of selected animation.
Link copied to clipboard
open fun setHues(startHue: Float, stopHue: Float)
Link copied to clipboard
open fun setIndexes(startIndex: Int, stopIndex: Int)
Set both the first, and last LED in a string that you'd like this animation to show on.
Link copied to clipboard
open fun setStartIndex(startIndex: Int)
The first LED in the string that you'd like this animation to display on.
Link copied to clipboard
open fun setStopIndex(stopIndex: Int)
The last LED in the string that you'd like this animation to display on.