Shyke Posted August 10, 2007 Posted August 10, 2007 Is there anyway to differently get a pixel color from your screen then PixelGetColor()? I presently am always returned with "0" as a color when using it on some programs.
Kip Posted August 10, 2007 Posted August 10, 2007 why do you bump when you posted this topic today? MailSpons: Fake SMTP server for safe email testing Dutch postcode & address API.
Shyke Posted August 11, 2007 Author Posted August 11, 2007 why do you bump when you posted this topic today?I didn't, according to the forums.AutoHotKey's PixelGetColor function works when called with Slow. Does anyone have an idea what AHK uses for it's Slow arg?
Moderators SmOke_N Posted August 11, 2007 Moderators Posted August 11, 2007 I didn't, according to the forums.AutoHotKey's PixelGetColor function works when called with Slow. Does anyone have an idea what AHK uses for it's Slow arg?If I had to "guess", probably bitblt + getdibits. 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.
Zedna Posted August 11, 2007 Posted August 11, 2007 I didn't, according to the forums.AutoHotKey's PixelGetColor function works when called with Slow. Does anyone have an idea what AHK uses for it's Slow arg?AHK is opensource, so you can download sources and look at desired function/piece of code ... Resources UDF ResourcesEx UDF AutoIt Forum Search
Shyke Posted August 11, 2007 Author Posted August 11, 2007 AHK is opensource, so you can download sources and look at desired function/piece of code ...How can I get it to work in AutoIt?
Zedna Posted August 11, 2007 Posted August 11, 2007 How can I get it to work in AutoIt?Post here some piece of source code (C++) and maybe somebody will help you to translate it to Autoit's DllCall() Resources UDF ResourcesEx UDF AutoIt Forum Search
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