Hi!
I'm writing an application for automating certain tasks.
I'm using the ApplicationServices framework for moving the mouse and so on.
I need to know how to get the color of a specific screen pixel.
And what would be the faster way if i have to scan through multiple screen pixels? Using the above several times or is there a better way? (Maybe taking a screenshot?)
I'm writing in C++.
I'm writing an application for automating certain tasks.
I'm using the ApplicationServices framework for moving the mouse and so on.
I need to know how to get the color of a specific screen pixel.
And what would be the faster way if i have to scan through multiple screen pixels? Using the above several times or is there a better way? (Maybe taking a screenshot?)
I'm writing in C++.