Retrieves the current background color for the specified device context
#include <WinAPIGdi.au3>
_WinAPI_GetBkColor ( $hDC )
| $hDC | Handle to the device context. |
| Success: | The value of the current background color, in RGB. |
| Failure: | (-1). |
Search GetBkColor in MSDN Library.