FColor4Multiply(FColor4, FColor4) Operator
Return the result of two colors multiplied by one another.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FColor4 operator *(
FColor4 multiplicand,
FColor4 multiplier
)
Public Shared Operator * (
multiplicand As FColor4,
multiplier As FColor4
) As FColor4
No code example is currently available or this language may not be supported.
- multiplicand FColor4
-
Reference to the multiplicand.
- multiplier FColor4
-
Reference to the multiplier.
FColor4
Reference to a new color representing the result of the
multiplication.