ColorSequenceKeypoint

Show Deprecated

Summary

Constructors

  • new(time : number,color : Color3)

    Returns a ColorSequenceKeypoint from the given time and color.

Properties

  • The relative time at which the keypoint is located.

  • The Color3 value of the keypoint.

Constructors

new

Creates a keypoint with a specified time and color.

Parameters

time: number
color: Color3

Properties

Time

The relative time at which the keypoint is located.

Value

The Color3 value of the keypoint.