PR3BI Posted April 28, 2008 Posted April 28, 2008 How do I search more than one color? Does anyone know?
weaponx Posted April 28, 2008 Posted April 28, 2008 Dim $colors[3] = [0xFF000,0x00FF00,0x0000FF] For $X = 0 to Ubound($colors)-1 $result = PixelSearch(0,0,@DesktopWidth, @DesktopHeight,$colors[$X]) Next
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