ColorTimeline constructor

ColorTimeline(
  1. int frameCount
)

Implementation

ColorTimeline(int frameCount)
    : frames = Float32List(frameCount * ColorTimeline.entries),
      super(frameCount);