예제 #1
0
 internal static string ToSvgColor(string value)
 {
     if (NamedColor.Exists(value))
     {
         return(NamedColor.GetColor(value));
     }
     else
     {
         return(value);
     }
 }