• Scale the current Color4 values by a factor and add the result to a given Color4

    Parameters

    • value: ReadonlyColor4
    • scale: number

      defines the scale factor

    • result: MutableColor4

      defines the Color4 object where to store the result

    Returns void