SetColorAdjustment function
The SetColorAdjustment function sets the color adjustment values for a device context (DC) using the specified values.
Syntax
BOOL SetColorAdjustment( __in HDC hdc, __in const COLORADJUSTMENT *lpca );
Parameters
- hdc [in]
-
A handle to the device context.
- lpca [in]
-
A pointer to a COLORADJUSTMENT structure containing the color adjustment values.
Return value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
Remarks
The color adjustment values are used to adjust the input color of the source bitmap for calls to the StretchBlt and StretchDIBits functions when HALFTONE mode is set.
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
- Colors Overview
- Color Functions
- GetColorAdjustment
- StretchBlt
- StretchDIBits
- SetStretchBltMode
- COLORADJUSTMENT
Send comments about this topic to Microsoft
Build date: 9/7/2011
