Home | History | Annotate | Download | only in functional

Lines Matching defs:isBlack

3407 		const bool		isBlack		= color.getRed() <= threshold || color.getGreen() <= threshold || color.getBlue() <= threshold;
3415 isOk = isBlack;
3417 isOk = isColor || isBlack;
3462 const bool isBlack = color.getRed() <= threshold || color.getGreen() <= threshold || color.getBlue() <= threshold;
3464 if (!isBlack)