Searched refs:maxColorValue (Results 1 – 1 of 1) sorted by relevance
1757 float maxColorValue; in verifyImage() local1762 maxColorValue = 1.01f; in verifyImage()1766 maxColorValue = 0.52f; in verifyImage()1770 maxColorValue = 0.01f; in verifyImage()1774 maxColorValue = 0.0f; in verifyImage()1782 if (result.getPixel(x, y).x() > maxColorValue) in verifyImage()1785 … is not below the threshold value (" << result.getPixel(x, y).x() << " > " << maxColorValue << ")"; in verifyImage()