androidxufeng
Robot robot = new Robot();
//获取指定坐标点的颜色RGB值
Color color = robot.getPixelColor(800, 150);

System.out.println(“Red = ” + color.getRed());
System.out.println(“Green = ” + color.getGreen());
System.out.println(“Blue = ” + color.getBlue());

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-23
  • 2022-12-23
  • 2021-06-24
猜你喜欢
  • 2021-11-18
  • 2022-12-23
  • 2022-01-05
  • 2021-10-29
  • 2021-09-06
  • 2022-01-14
  • 2022-01-09
相关资源
相似解决方案