Explicit cast from color to C# color

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

Syntax

C#
public static explicit operator Color (
	RGBAColor C
)

Parameters

C
Type: VVVV.Utils.VColor..::..RGBAColor
color to cast

Return Value

C# color with closest values to the input the color

See Also