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