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

Converts specified A8R8G8B8 color to A1R5G5B5 format.

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

Syntax

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

Parameters

argb
Int32
32-bit color to convert.

Return Value

16-bit color.

See Also