Difference between revisions of "UO.GetPix"
From OpenEUO
| Line 15: | Line 15: | ||
* Except on Windows 7, client window must be visible and unobstructed for pixel scanning. | * Except on Windows 7, client window must be visible and unobstructed for pixel scanning. | ||
* Mouse cursor can obstruct pixel scanning, make sure it is not hovering over target pixels. | * Mouse cursor can obstruct pixel scanning, make sure it is not hovering over target pixels. | ||
| + | |||
| + | |||
| + | See [http://www.easyuo.com/forum/viewtopic.php?p=365735#365735 Kal OCR] for gump text scanning. | ||
Revision as of 16:29, 8 October 2010
EUOX Equivelent: SavePix [[1]]
Synopsis: nPix = UO.GetPix(nX,nY)
Definition: saves the color value of the pixel given by the screen coordinate parameters
Example:
local a = UO.GetPix(400,400)
print("pixel color at 400x 400y is " .. a)
(Original Source: Swift74d[[2]])
Notes:
- Except on Windows 7, client window must be visible and unobstructed for pixel scanning.
- Mouse cursor can obstruct pixel scanning, make sure it is not hovering over target pixels.
See Kal OCR for gump text scanning.