! color, calculates the complementary 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_LogicalNot(VVVV.Utils.VColor.RGBAColor)"]

Return Value

Complementary color to the input color C

See Also