Funktionreferenz


_WinAPI_SetColorAdjustment


Sets the color adjustment for a device context (DC)

#include <WinAPIGdi.au3>
_WinAPI_SetColorAdjustment ( $hDC, $tAdjustment )

Parameter

$hDC A handle to the device context.
$tAdjustment $tagCOLORADJUSTMENT structure containing the color adjustment values.

Rückgabewert

Success: True
Failure: False

Bemerkungen

The color adjustment are used to adjust the input color of the source bitmap for calls to the _WinAPI_StretchBlt()
and _WinAPI_StretchDIBits() functions when $HALFTONE ($STRETCH_HALFTONE) mode is set.

Siehe auch

Suche nach SetColorAdjustment in der MSDN Bibliothek.