[This is preliminary documentation and is subject to change.]

Converts specified A1R5G5B5 color to Color object.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static Color ToColor(
	ushort color
)
Public Shared Function ToColor ( _
	color As UShort _
) As Color
public:
static Color ToColor(
	unsigned short color
)

Parameters

color
UInt16
16-bit color to convert.

Return Value

New instance of Color object.

See Also