[This is preliminary documentation and is subject to change.]
Converts the hexadecimal string into a Color.
Syntax
| C# |
|---|
public static Color FromString( string color ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function FromString ( _ color As String _ ) As Color |
Parameters
- color
- Type: System..::.String
A hexadecimal string representation of the color.
Return Value
[Missing <returns> documentation for M:AW.Color.FromString(System.String)]