bedda 0 Posted January 10 Share Posted January 10 Hello, I'm still looking for a formula that meets the following requirements $location = PixelSearch( 771, 526, 771, 526,0x3F3F3F) and $location = PixelSearch( 1106, 577, 1519, 349, 0x4A5568) //found my colors pixel // now i want to find another pixel (doesn't matter what color will be) but except for the ones above ,i mean not to be include these two colors pixel ( 0x3F3F3F and 0x4A5568) . Thank you! Link to post Share on other sites
junkew 468 Posted January 10 Share Posted January 10 search for bitblt in the forum And give a little more background to understand your goal FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets Link to post Share on other sites
bedda 0 Posted January 10 Author Share Posted January 10 15 minutes ago, junkew said: search for bitblt in the forum And give a little more background to understand your goal while 1 find "color 1" and "color 2" find "another color" (except color 1 and color 2) wend Maybe it's clearer now ^^ ' Link to post Share on other sites
junkew 468 Posted January 10 Share Posted January 10 did you search for bitblt? FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets Link to post Share on other sites
bedda 0 Posted January 10 Author Share Posted January 10 7 minutes ago, junkew said: did you search for bitblt? yes, and how does it apply to me? is a moving color game :)) Link to post Share on other sites
junkew 468 Posted January 10 Share Posted January 10 then this thread is quickly locked, please read the forum rules FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets Link to post Share on other sites
Developers Jos 2,607 Posted January 10 Developers Share Posted January 10 Welcome to the AutoIt forum. Unfortunately you appear to have missed the Forum rules on your way in. Please read them now - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked. See you soon with a legitimate question I hope. The Moderation team SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to post Share on other sites
Recommended Posts