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

Converts a Color to UInt32.

Syntax

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

Parameters

color
Type: AW..::.Color
The color to convert.

Return Value

The converted color.

See Also