GetColorAdjustment function (wingdi.h)

The GetColorAdjustment function retrieves the color adjustment values for the specified device context (DC).

Syntax

BOOL GetColorAdjustment(
  [in]  HDC               hdc,
  [out] LPCOLORADJUSTMENT lpca
);

Parameters

[in] hdc

A handle to the device context.

[out] lpca

A pointer to a COLORADJUSTMENT structure that receives the color adjustment values.

Return value

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header wingdi.h (include Windows.h)
Library Gdi32.lib
DLL Gdi32.dll

See also

COLORADJUSTMENT

Color Functions

Colors Overview

SetColorAdjustment