ColorFSubtraction(ColorF, ColorF) Operator

Subtracts the second color from the first one.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.1
C#
public static ColorF operator -(
	ColorF left,
	ColorF right
)

Parameters

left  ColorF
The first source color.
right  ColorF
The second source color.

Return Value

ColorF
The color that results from subtracting right from right.

See Also