Home | History | Annotate | Download | only in functional

Lines Matching defs:isBlack

3405 		const bool		isBlack		= color.getRed() <= threshold || color.getGreen() <= threshold || color.getBlue() <= threshold;
3413 isOk = isBlack;
3415 isOk = isColor || isBlack;
3460 const bool isBlack = color.getRed() <= threshold || color.getGreen() <= threshold || color.getBlue() <= threshold;
3462 if (!isBlack)