Searched refs:colorThresholdBlue (Results 1 – 2 of 2) sorted by relevance
460 const int colorThresholdBlue = 1 << (8 - m_context.getRenderTarget().getPixelFormat().blueBits); in verifyImage() local466 …resholdRed && color.getGreen() > 255 - colorThresholdGreen && color.getBlue() < colorThresholdBlue) in verifyImage()472 …olorThresholdRed && color.getGreen() < colorThresholdGreen && color.getBlue() < colorThresholdBlue) in verifyImage()
1511 const int colorThresholdBlue = 1 << (8 - m_context.getRenderTarget().getPixelFormat().blueBits); in verifyImage() local1514 …resholdRed || color.getGreen() < 255 - colorThresholdGreen || color.getBlue() > colorThresholdBlue) in verifyImage()