I'm trying to build a small bot that clicks only certain colours. I believe pyautogui.displayMousePosition()
should display the position of my mouse as well as the RGB values of the pixel the mouse is on. Instead, I'm only seeing the positional values (seen in the screenshot). Could this be an issue with MacOS?
No RGB values being displayed on python console - screenshot
Would also love to know if there's an alternate way I can go about this.