Hi, I am making a very small widget that searches for a pure blue pixel (hex: 0000FF) on the screen, then gives you the coordinates of it.
$pixcoor = PixelSearch(610, 53, 805, 245, 0000FF)
MsgBox(0, "Blue Pixel x,y:", $pixcoor[0] & "," & $pixcoor[1])
When i run it in SciTE, it gives me a syntax error on 0000FF.
Any suggestions?
Thanks,
Mysis
$pixcoor = PixelSearch(610, 53, 805, 245, 0000FF)
MsgBox(0, "Blue Pixel x,y:", $pixcoor[0] & "," & $pixcoor[1])
When i run it in SciTE, it gives me a syntax error on 0000FF.
Any suggestions?
Thanks,
Mysis