コード例 #1
0
 public static bool IsLight(this Color color)
 {
     return(!color.IsDark());
 }