[]
Serializes a color to XML with the specified writer.
public static void SerializeColor(Color c, string elementName, XmlTextWriter w)
Public Shared Sub SerializeColor(c As Color, elementName As String, w As XmlTextWriter)
| Type | Name | Description |
|---|---|---|
| Color | c | Color object containing the color |
| string | elementName | Name of XML element |
| XmlTextWriter | w | XmlTextWriter |