Function to calculate the complementary color Note that the ! operator of RGBAColor does the same

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

Syntax

C#
public static RGBAColor Complement(
	RGBAColor Col
)

Parameters

Col
Type: VVVV.Utils.VColor..::..RGBAColor
Input color

Return Value

Complement color of the RGB channels of the input color

See Also