函数参考


_WinAPI_SetColorAdjustment

Sets the color adjustment for a device context (DC).

#Include <WinAPIEx.au3>
_WinAPI_SetColorAdjustment ( $hDC, $tAdjustment )

参数

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

返回值

成功: 返回 1.
失败: 返回 0 并设置 @error 标志为非 0 值.

注意/说明

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.

相关

详情参考

在MSDN中搜索