Beispiel #1
0
 public static void Write(XmlElement xml, string name, Color value)
 {
     Write(xml, name, StringEx.ColorToString(value));
 }