ColorTrack
new ColorTrack(name: string, times: Float32Array | number[], values: Float32Array | number[])
THREE: THREE.ColorKeyframeTrack
Keyframe track for RGB color properties (itemSize = 3). Uses linear interpolation.
new ColorTrack(name: string, times: Float32Array | number[], values: Float32Array | number[])
Keyframe track for RGB color properties (itemSize = 3). Uses linear interpolation.