Returns a pixel color according to x,y pixel coordinates.
PixelGetColor ( x , y [, hwnd] )
x | x coordinate of pixel. |
y | y coordinate of pixel. |
hwnd | [optional] Window handle to be used. Default is the desktop window. See remark. |
Success: | a decimal value of pixel's color. |
Failure: | -1 if invalid coordinates. |
If PixelCoordMode is set to its default SCREEN (1) mode the hwnd parameter is ignored. Only if PixelCoordMode is set to WINDOW (0) or CLIENT (2) will it be honoured.
MouseGetPos, PixelChecksum, PixelCoordMode (Option), PixelSearch