FColor4Addition(FColor4, FColor4) Operator
Return the result of the addition of two colors.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FColor4 operator +(
FColor4 addend1,
FColor4 addend2
)
Public Shared Operator + (
addend1 As FColor4,
addend2 As FColor4
) As FColor4
No code example is currently available or this language may not be supported.
- addend1 FColor4
-
Reference to the first addend.
- addend2 FColor4
-
Reference to the second addend.
FColor4
Reference to the color addition result.