FColor4Division Operator
Return the result of one color divided by the other.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FColor4 operator /(
FColor4 divisor,
FColor4 dividend
)
Public Shared Operator / (
divisor As FColor4,
dividend As FColor4
) As FColor4
No code example is currently available or this language may not be supported.
- divisor FColor4
-
A reference to the divisor.
- dividend FColor4
-
A reference to the dividend.
FColor4
Reference to a new color representing the division result.