06-16-2006, 05:55 PM
not sure if this can be done and if it can be done how slow it would be but im wanting to konw if a color exists in a window i dont want to look at just one pixel in the window i want to look for the color on the whole window every pixel, lets say my window im looking at is 300 by 300 pixels i want to do an if the color blue is on that window at all it runs the code thats indented, here is an EX of what im trying to do
if(pixel(window name)=0x4053B)
,clo "window name"
if(pixel(window name)=0x4053B)
,clo "window name"