FColor4Subtraction Operator
Return the result of one color subtracted from another.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FColor4 operator -(
FColor4 minuend,
FColor4 subtrahend
)
Public Shared Operator - (
minuend As FColor4,
subtrahend As FColor4
) As FColor4
No code example is currently available or this language may not be supported.
- minuend FColor4
-
The part to be subtracted from.
- subtrahend FColor4
-
The amount to subtract.
FColor4
Reference to the color subtraction result.