Jump to content

Getting pixel color


Jammer
 Share

Recommended Posts

I need to get the pixel color in the window which is not active. Or not in front. For example my IE is opened but my active window is CS and I need to get the pixel color at IE window with coords 24,24 or something like that.

Link to comment
Share on other sites

I need to get the pixel color in the window which is not active. Or not in front. For example my IE is opened but my active window is CS and I need to get the pixel color at IE window with coords 24,24 or something like that.

Lol i use c/s and the + your mose is in the center so take him face into the + :P

Or you can try with this ...

It will take the color hex-decimal from into the screen you have to put x/y and it will scan the color from it :blink: if u need any color i m here :) (on cs)

Sleep(3000); the time to active the screen

$var = PixelGetColor( 200 , 200 )
MsgBox(0,"The decmial color is", $var)
MsgBox(0,"The hex color is", Hex($var, 6))

Or another idea just came its take screen shot then see colors but i m not sure if this will work ...

Edited by Xav
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...