Click or drag to resize

GeometryHelperColorToUnity Method

Translates a System.Drawing.Color into a Unity Color

Namespace:  BrydenWoodUnity
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static Color ColorToUnity(
	Color col
)

Parameters

col
Type: System.DrawingColor
The System.Drawing.Color to be translated

Return Value

Type: Color
The resulting Unity Color
See Also