jsteng Posted June 28, 2014 Posted June 28, 2014 (edited) Im trying to do a pixelsearch for a particular pixel color. However, depending on the browser or desktopsize, this pixel changes color ever so slightly: ie, the red component changes by 15 shades, green component changes by 4 shades, and blue component stays the same. If I were to do a Pixelsearch with tolerance set to 16, it will match a lot more pixels - and perhaps wrong pixels. Is there a built-in function or optimized 3rd party dll that I can specify the shade variance per color component? Edited June 29, 2014 by jsteng
JohnOne Posted June 29, 2014 Posted June 29, 2014 fastfind maybe, example scripts. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Malkey Posted June 29, 2014 Posted June 29, 2014 The _PixelSearchRGBShades() function's example from >here may help you.
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