Adds the color components of two colors

Namespace: VVVV.Utils.VColor
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public static RGBAColor operator +(
	RGBAColor C1,
	RGBAColor C2
)

Parameters

C1
Type: VVVV.Utils.VColor..::..RGBAColor

[Missing <param name="C1"/> documentation for "M:VVVV.Utils.VColor.RGBAColor.op_Addition(VVVV.Utils.VColor.RGBAColor,VVVV.Utils.VColor.RGBAColor)"]

C2
Type: VVVV.Utils.VColor..::..RGBAColor

[Missing <param name="C2"/> documentation for "M:VVVV.Utils.VColor.RGBAColor.op_Addition(VVVV.Utils.VColor.RGBAColor,VVVV.Utils.VColor.RGBAColor)"]

Return Value

Sum of two colors

See Also