I want to write a script that reacts to cursor color changes, so I plan to use Irfanview to capture a screenshot with cursor, then I would like to be able to use GetPixelColor to grab the cursors pixel color at %x%,%y%.
1. Is this possible?
2. If it is, how do I make GetPixelColor check the Irfanview screenshot rather than the clipboard haystack?
3. Could I use something like:
GetCursorPos>x,y
Let>cursorx=%x%+5
Let>cursory=%y%+5
GetPixelColor>cursorx,cursory
To grab the cursors color regardless of position by specifying an offset from current mouse coords?
GetPixelColor from haystack, is it possible?
Moderators: JRL, Dorian (MJT support)
Re: GetPixelColor from haystack, is it possible?
I figured this out thanks.
Re: GetPixelColor from haystack, is it possible?
So... how about a hint as to what you've done to make this work. Future generations of Macro Scheduler users may want to know.
Wait... I see you posted it HERE.
Wait... I see you posted it HERE.