• Multiplies the rgb values by scale and stores the result into "result"

    Returns

    the unmodified current Color3

    Parameters

    • value: ReadonlyColor3
    • scale: number

      defines the scaling factor

    • result: MutableColor3

      defines the Color3 object where to store the result

    Returns void