+ color, makes no changes to a color

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

Syntax

C#
public static RGBAColor operator +(
	RGBAColor C
)

Parameters

C
Type: VVVV.Utils.VColor..::..RGBAColor

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

Return Value

Input color C unchanged

See Also