Esempio n. 1
0
 public static string ToHex(this Color color)
 {
     return(ColorService.ColorToHex(color));
 }