Ejemplo n.º 1
0
 public static Color Darken(this Color c)
 {
     return(c.Darken(24));
 }