Expand Minimize
This topic has not yet been rated - Rate this topic

CDC::SetColorAdjustment

Sets the color adjustment values for the device context using the specified values.

BOOL SetColorAdjustment( 
   const COLORADJUSTMENT* lpColorAdjust  
);
lpColorAdjust

Points to a COLORADJUSTMENT data structure containing the color adjustment values.

Nonzero if successful; otherwise 0.

The color adjustment values are used to adjust the input color of the source bitmap for calls to the CDC::StretchBlt member function when HALFTONE mode is set.

Header: afxwin.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.