Function Reference


_WinAPI_GetColorAdjustment

Retrieves the color adjustment for the specified device context (DC)

#include <WinAPIGdi.au3>
_WinAPI_GetColorAdjustment ( $hDC )

Parameters

$hDC A handle to the device context.

Return Value

Success: $tagCOLORADJUSTMENT structure that contains the color adjustment values.
Failure: Sets the @error flag to non-zero.

See Also

Search GetColorAdjustment in MSDN Library.