Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
GetBkColor
win32gui
.GetBkColor
int =
GetBkColor(
hdc
)
Returns the background color for a device context
Parameters
hdc
:
PyHANDLE
Handle to a device context
Return Value
Returns an RGB color value. On error, returns CLR_INVALID.