Searched refs:maxColDiff (Results 1 – 1 of 1) sorted by relevance
1956 …const int maxColDiff = de::max(de::max(colDiff.x(), colDiff.y()), colDiff.z()); // check RGB cha… in compare() local1958 if (maxColDiff <= colorComponentThreshold) in compare()