[]
Converts a six-digit hexadecimal color value into a color object.
public static Color DeserializeColorValue(string s)
Public Shared Function DeserializeColorValue(s As String) As Color
Type | Name | Description |
---|---|---|
string | s | String containing color value |
Type | Description |
---|---|
Color |