FColor4Multiply(FColor4, Single) Operator

Return the result of a color multiplied by a scalar value.

Definition

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

Parameters

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

Return Value

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

See Also