Beispiel #1
0
 public static int SortColorsByLuminance(Color left, Color right)
 {
     return left.Luminance ().CompareTo (right.Luminance ());
 }