Function to get black or white, which ever has higher contrast to the input color, e.g. for text on colored backgrounds

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

Syntax

C#
public static Color Invert(
	Color C
)

Parameters

C
Type: System.Drawing..::..Color
Input color

Return Value

Black or white in C# color format

See Also