コード例 #1
0
ファイル: Naive.cs プロジェクト: nrkn/NrknLib
 private static bool ColorMatch( Rgba a, Rgba b )
 {
     return a.Equals( b );
 }