| 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
Syntaxpublic static Color ColorToUnity(
	Color col
)
Public Shared Function ColorToUnity ( 
	col As Color
) As Color
public:
static Color ColorToUnity(
	Color col
)
static member ColorToUnity : 
        col : Color -> Color 
Parameters
- col
- Type: System.DrawingColor
 The System.Drawing.Color to be translated
Return Value
Type: 
ColorThe resulting Unity Color
 See Also
See Also