0

How can I make the batch file check the color value at my screen at the exact x and y resolution coordinates? And if the color is black - output a keystroke?

1 Answers1

0

Try with getPixelColor.bat it returns the color in ARGB code:

call getPixelColor 10 100

Color [A=255, R=90, G=154, B=216]
npocmaka
  • 55,367
  • 18
  • 148
  • 187