Searched refs:colorThresholdBlue (Results 1 – 2 of 2) sorted by relevance
476 const int colorThresholdBlue = 1 << (8 - m_context.getRenderTarget().getPixelFormat().blueBits); in verifyImage() local482 …resholdRed && color.getGreen() > 255 - colorThresholdGreen && color.getBlue() < colorThresholdBlue) in verifyImage()488 …olorThresholdRed && color.getGreen() < colorThresholdGreen && color.getBlue() < colorThresholdBlue) in verifyImage()
1532 const int colorThresholdBlue = 1 << (8 - m_context.getRenderTarget().getPixelFormat().blueBits); in verifyImage() local1535 …resholdRed || color.getGreen() < 255 - colorThresholdGreen || color.getBlue() > colorThresholdBlue) in verifyImage()