Example #1
0
 bool AllEqual(Pixel[] array, Pixel p)
 {
     return array.All(pixel => pixel.IsSameColor(p));
 }