Beispiel #1
0
 public static Brush ToBrush(this Color color, int opacity = 100)
 {
     return(ColorService.ColorToBrush(color, opacity));
 }