smakowy Posted September 14, 2013 Posted September 14, 2013 Hi! I've got a problem. I'm looking for a command that could check if the colour of some pixel (f.e 300x400) is #00FFFF or any other colour. Is that possible? Sorry for my English, I'm from Poland...
JohnOne Posted September 14, 2013 Posted September 14, 2013 PixelGetColor() AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
smakowy Posted September 14, 2013 Author Posted September 14, 2013 And how to use it? I mean: If the color of 300,400 is #000000 then....
JohnOne Posted September 14, 2013 Posted September 14, 2013 If PixelGetColor(paramaters) = 0x000000 Then :do whatever EndIf Look in help file for parameters. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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