[]
Converts a color object into a color name (for example, Blue) or a six-digit hexadecimal color value (for example, #FFFFFF).
public static string SerializeColorValue(Color c)
Public Shared Function SerializeColorValue(c As Color) As String
| Type | Name | Description |
|---|---|---|
| Color | c | Color object that contains the color |
| Type | Description |
|---|---|
| string |