I'm trying to get the color of a specified pixel on the screen. I tried getting a screenshot and then getting the color from that (which didnt work for whatever reason), but it's too slow and inefficient. Is there a way to do this, perhaps with the GetPixel API?