SteeLpwnage Posted July 12, 2010 Posted July 12, 2010 how could I scan pixel color in the selected window not the whole screen
JohnOne Posted July 12, 2010 Posted July 12, 2010 By setting the PixelCoordMode Option with the appropriate flag << helpfile. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Maximus1 Posted July 13, 2010 Posted July 13, 2010 (edited) $coordcol=PixelSearch( 100,100,100,100, $color) searches the pixel at 100x100 for a defined color and brings 0(color not found) or 1(color found). after that you can use... If Not @error Then ...do anything... Edited July 13, 2010 by Maximus1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now