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

Converts a UInt32 to Color.

Syntax

C#
public static explicit operator Color (
	uint color
)
Visual Basic (Declaration)
Public Shared Narrowing Operator CType ( _
	color As UInteger _
) As Color

Parameters

color
Type: System..::.UInt32
The color to convert.

Return Value

The converted color.

See Also