Home | History | Annotate | Download | only in functional

Lines Matching defs:colorThreshold

82 	const int colorThreshold	= 20;
96 if (de::abs(pixel.getGreen() - 255) > colorThreshold)
100 if (de::abs(pixel.getBlue() - 0) > colorThreshold)