Skip to content

ColorTrack

new ColorTrack(name: string, times: Float32Array | number[], values: Float32Array | number[])

THREE equivalent: THREE.ColorKeyframeTrack

Keyframe track for RGB color properties (itemSize = 3). Uses linear interpolation.