Sets the color adjustment for a device context (DC)
#include <WinAPIGdi.au3>
_WinAPI_SetColorAdjustment ( $hDC, $tAdjustment )
$hDC | A handle to the device context. |
$tAdjustment | $tagCOLORADJUSTMENT structure containing the color adjustment values. |
Success: | True |
Failure: | False |
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.
Search SetColorAdjustment in MSDN Library.