FColor4Addition(FColor4, FColor4) Operator

Return the result of the addition of two colors.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FColor4 operator +(
	FColor4 addend1,
	FColor4 addend2
)

Parameters

addend1  FColor4
Reference to the first addend.
addend2  FColor4
Reference to the second addend.

Return Value

FColor4
Reference to the color addition result.

See Also