sbool checkIntColorWithoutAlpha(BufferedImage img, int x, int y, int color) { ret getIntColorWithoutAlphaOrMinus1(img, x, y) == color; }