[This is preliminary documentation and is subject to change.]
Syntax
| C# |
|---|
public static explicit operator Color ( Color color ) |
| Visual Basic (Declaration) |
|---|
Public Shared Narrowing Operator CType ( _ color As Color _ ) As Color |
Parameters
- color
- Type: System.Drawing..::.Color
The color to convert.