class spinehx.ColorTimeline extends CurveTimeline
import spinehx.Animation;
Available on all platforms
function new(frameCount:Int):Void
function apply(skeleton:Skeleton, time:Float, alpha:Float):Void
function getFrames():Vector<Float>
function getSlotIndex():Int
function setFrame(frameIndex:Int, time:Float, r:Float, g:Float, b:Float, a:Float):Void
Sets the time and value of the specified keyframe.
function setSlotIndex(slotIndex:Int):Void