示例#1
0
 internal static Color ParseCssColor(string value)
 {
     return(CssValueParser.ParseCssColor(value));
 }