Jump to content

PixelGetColor on background Window


AzgarD
 Share

Recommended Posts

Hello guys. So i'm using the following function to detect a change in the screen by using the PixelGetColor function, that by the way, is working fine, but now i need to detect that pixel color change in a background window. That can be done? Thanks guys.

 

Func ApertaF4()
        $pix =  $corpix
    While $pix = $corpix
        Sleep (300)
        ControlSend("1 - STC (10.31.9.100)", "", "", "{F4}")
        $pix = PixelGetColor($px,$py)
     WEnd
     VelocidadesVelox()
  EndFunc   ;==>ApertaF4

 

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...