Example #1
0
 public static Color?ToColor(this Brush color)
 {
     return(ColorService.BrushToColor(color));
 }