Exemple #1
0
 public static bool IsBright(this Color c)
 {
     return(c.GetLuminance() > 0.55);
 }