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

The UOColorConverter type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
FromArgb(Int32)
Converts specified A8R8G8B8 color to A1R5G5B5 format.
FromColor(Color)
Converts specified Color to A1R5G5B5 color format.
ToArgb(UInt16)
Converts specified A1R5G5B5 color to A8R8G8B8 format.
ToColor(UInt16)
Converts specified A1R5G5B5 color to Color object.

See Also