Home | History | Annotate | Download | only in functional

Lines Matching defs:colorThreshold

112 	const int colorThreshold	= 20;
124 if (de::abs(pixel.getGreen() - 255) > colorThreshold)
128 if (de::abs(pixel.getBlue() - 0) > colorThreshold)