Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
GetPixel
win32gui
.GetPixel
int =
GetPixel(
hdc
, XPos
, YPos
)
Returns the RGB color of a single pixel
Parameters
hdc
:
PyHANDLE
Handle to a device context
XPos
: int
Horizontal pos
YPos
: int
Vertical pos