Ejemplo n.º 1
0
 public static ColorEmbedded FromRGBHex(string htmlColor)
 {
     return(ColorEmbedded.FromARGB(ColorExtensions.FromHex(htmlColor).ToArgb()));
 }
Ejemplo n.º 2
0
 public static ColorEmbedded FromRGBHex(string htmlColor)
 {
     return(ColorEmbedded.FromARGB(ColorTranslator.FromHtml(htmlColor).ToArgb()));
 }