FColor4Multiply(FColor4, FColor4) Operator

Return the result of two colors multiplied by one another.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FColor4 operator *(
	FColor4 multiplicand,
	FColor4 multiplier
)

Parameters

multiplicand  FColor4
Reference to the multiplicand.
multiplier  FColor4
Reference to the multiplier.

Return Value

FColor4
Reference to a new color representing the result of the multiplication.

See Also