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

Converts specified A1R5G5B5 color to A8R8G8B8 format.

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

Syntax

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

Parameters

color
UInt16
16-bit color to convert.

Return Value

ARGB color.

See Also