FColor4Division Operator

Return the result of one color divided by the other.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FColor4 operator /(
	FColor4 divisor,
	FColor4 dividend
)

Parameters

divisor  FColor4
A reference to the divisor.
dividend  FColor4
A reference to the dividend.

Return Value

FColor4
Reference to a new color representing the division result.

See Also