Funktionreferenz


_WinAPI_GetColorAdjustment


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

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

Parameter

$hDC A handle to the device context.

Rückgabewert

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

Bemerkungen

None.

Siehe auch

Suche nach GetColorAdjustment in der MSDN Bibliothek.