[]
        
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 that contains the color value  | 
    
| Type | Description | 
|---|---|
| Color |