FColor4Subtraction Operator

Return the result of one color subtracted from another.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FColor4 operator -(
	FColor4 minuend,
	FColor4 subtrahend
)

Parameters

minuend  FColor4
The part to be subtracted from.
subtrahend  FColor4
The amount to subtract.

Return Value

FColor4
Reference to the color subtraction result.

See Also