Home | History | Annotate | Download | only in functional

Lines Matching refs:isBlack

3530 		const bool		isBlack		= color.getRed() <= threshold || color.getGreen() <= threshold || color.getBlue() <= threshold;
3538 isOk = isBlack;
3540 isOk = isColor || isBlack;
3585 const bool isBlack = color.getRed() <= threshold || color.getGreen() <= threshold || color.getBlue() <= threshold;
3587 if (!isBlack)