Retrieves the color adjustment for the specified device context (DC)
#include <WinAPIGdi.au3>
_WinAPI_GetColorAdjustment ( $hDC )
$hDC | A handle to the device context. |
Success: | $tagCOLORADJUSTMENT structure that contains the color adjustment values. |
Failure: | Sets the @error flag to non-zero. |
Search GetColorAdjustment in MSDN Library.