[This is preliminary documentation and is subject to change.]
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.