Compares two RgbTrack instances.
The RgbTrack instance to compare with.
Whether the two RgbTrack instances have the same data.
Evaluate an animation track's for a given time, in milliseconds, and fills returns arrays of led indices and colors. The returned colors are the color of the track for the given time. Values outside the track's range are clamped to first or last keyframe value.
The time at which to evaluate the track.
The animation bits with the RGB keyframes data and color palette.
The virtual die on which the animation is running.
Array of LED indices to be updated.
Array of 32 bits colors to be updated.
The number of LED indices that have been set in the returned arrays.
Evaluate an animation track's color for a given time, in milliseconds. Values outside the track's range are clamped to first or last keyframe value.
The time at which to evaluate the track.
The animation bits with the RGB keyframes data and color palette.
The virtual die on which the animation is running.
The modulated color.
Gets the track duration.
The animation bits with the RGB keyframes data.
The track duration.
Gets the data of the RGB keyframe at the given index.
The animation bits with the RGB keyframes data.
The index of the keyframe.
The RGB keyframe data.
Represents of a series of RGB keyframes which together make an animation curve for an RGB color.