subtract

fun subtract(left: Color, right: Color, result: Color): Color(source)

Computes the componentwise difference of two Colors.

Return

The modified result parameter.

Parameters

left

The first Color.

right

The second Color.

result

The object onto which to store the result.

See also