• Creates a Vector3 with values linearly interpolated of "amount" between the start Color3 and the end Color3

    Returns

    a new Vector3

    Parameters

    • start: ReadonlyColor3

      defines the start Color3 value

    • end: ReadonlyColor3

      defines the end Color3 value

    • amount: number

      defines the gradient value between start and end

    Returns MutableColor3