Example #1
0
 private static bool ColorMatch( Rgba a, Rgba b )
 {
     return a.Equals( b );
 }