CDC::GetColorAdjustment

Switch View :
ScriptFree
Visual Studio 2010 - Visual C++
CDC::GetColorAdjustment

Retrieves the color adjustment values for the device context.

BOOL GetColorAdjustment(
   LPCOLORADJUSTMENT lpColorAdjust 
) const;
Parameters

lpColorAdjust

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

Return Value

Nonzero if the function is successful; otherwise 0.

Requirements

Header: afxwin.h

See Also

Reference

Other Resources