comparing lists of colors

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
neverlevel
Posts: 60
Joined: 13 Apr 2016, 22:02

comparing lists of colors

14 Jan 2019, 20:45

So i am reading a line of colors and saving them to a file i need to be able to tell which pixel locations have changed colors.

Code: Select all

sx = 900
sy = 727

Loop, 
{
pixelgetcolor, Canplay, %sx%,%sy%
sx-=1
Fileappend, %canplay%, search.txt
if sx < 200
break
}
msgbox, done
I need to know which X locations have changed . the color around usable objects pulses and is semi transparent so i cant just search for a specific color. there could be up to 20 matches im hoping to be able to catch the color change

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Billykid and 214 guests