Jump to content

PixelSearch


 Share

Recommended Posts

Can any one please explain to me how to get the "left,top,right,bottom" in the pixel search or can i set then as mousepos?

$mous = mousegetpos()

pixelsearch($mous[0],$mouse[1],etc)?

But first please explain the left,top,right,bottom where do i start?

Link to comment
Share on other sites

  • Moderators

For PixelSearch(), think of a rectangle search region:

Left = x start position

Top = y start position

Right = x end position

Bottom = y end position

MouseGetPos() only returns a point ( singular x and y position ), so if you were trying to get the pixel color of a specific point and not a region, you'd use PixelGetColor() not PixelSearch().

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...