PColorFSubtraction(PColorF, PColorF) 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 PColorF operator -(
	PColorF left,
	PColorF right
)

Parameters

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

Return Value

PColorF
The color that results from subtracting right from right.

See Also