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

Converts specified Color to A1R5G5B5 color format.

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

Syntax

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

Parameters

color
Color
Color to convert.

Return Value

16-bit A1R5G5B5 color.

See Also