Searched refs:maxColorValue (Results 1 – 1 of 1) sorted by relevance
1227 float maxColorValue; in verifyImage() local1232 maxColorValue = 1.01f; in verifyImage()1236 maxColorValue = 0.52f; in verifyImage()1240 maxColorValue = 0.01f; in verifyImage()1244 maxColorValue = 0.0f; in verifyImage()1252 if (result.getPixel(x, y).x() > maxColorValue) in verifyImage()1255 … is not below the threshold value (" << result.getPixel(x, y).x() << " > " << maxColorValue << ")"; in verifyImage()