|
Post by spooky on Aug 19, 2006 9:56:08 GMT -5
is there a way to getPixel(x,y) from the game or take a SS and then get a pixel from that? im trying to make a helper for BLMs that would change gear based on spell you are casting and day/weather.
|
|
|
Post by DarkAquaus on Sept 13, 2006 3:06:21 GMT -5
$var = PixelGetColor( x , y ) MsgBox(0,"The decmial color is", $var) MsgBox(0,"The hex color is", Hex($var, 6))
its in the Autoit Help File.
|
|