BufferedImage ;import java.io. ... getRGB(j2, j1);//j2横坐标,j1竖坐标int[] rgb = new int[3]; rgb[0] = (pixel & 0x00ff0000) >> 16;//按位与获取red然后右 ...
確定! 回上一頁