FColor4Addition(FColor4, Single) Operator
Return the result of a color added by scalar value.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FColor4 operator +(
FColor4 addend1,
float addend2
)
Public Shared Operator + (
addend1 As FColor4,
addend2 As Single
) As FColor4
No code example is currently available or this language may not be supported.
- addend1 FColor4
-
Reference to the color whose values will be added.
- addend2 Single
-
The scalar value to add.
FColor4
Reference to a new color representing the result of the addition.