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?
Asked
Active
Viewed 401 times
0
-
Try pyautogui locate – Smart Manoj Jun 22 '19 at 15:03
-
Possible duplicate of [Getting pixel color in C++](https://stackoverflow.com/questions/4839623/getting-pixel-color-in-c) – georgeawg Jun 22 '19 at 20:57
1 Answers
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