Casts a C# color to a color

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

Syntax

C#
public static implicit operator RGBAColor (
	Color C
)

Parameters

C
Type: System.Drawing..::..Color
C# color to cast

Return Value

Same Color than the input C# color

See Also