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

    Parameters

    • left: ReadonlyColor3

      defines the start value

    • right: ReadonlyColor3

      defines the end value

    • amount: number

      defines the gradient factor

    • result: MutableColor3

      defines the Color3 object where to store the result

    Returns void