예제 #1
0
 public static Color Lighten(this Color c)
 {
     return(c.Lighten(24));
 }