예제 #1
0
파일: Color.cs 프로젝트: xareas/framework
 public static ColorEmbedded FromRGBHex(string htmlColor)
 {
     return(ColorEmbedded.FromARGB(ColorExtensions.FromHex(htmlColor).ToArgb()));
 }
예제 #2
0
 public static ColorEmbedded FromRGBHex(string htmlColor)
 {
     return(ColorEmbedded.FromARGB(ColorTranslator.FromHtml(htmlColor).ToArgb()));
 }