Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IDXGIOutput::GetGammaControl method

Gets the gamma control settings.

Syntax


HRESULT GetGammaControl(
  [out] DXGI_GAMMA_CONTROL *pArray
);

Parameters

pArray [out]

Type: DXGI_GAMMA_CONTROL*

An array of gamma control settings (see DXGI_GAMMA_CONTROL).

Return value

Type: HRESULT

Returns one of the DXGI_ERROR values.

Remarks

Note  Calling this method is only supported while in full-screen mode.
 

For info about using gamma correction, see Using gamma correction.

Requirements

Header

DXGI.h

Library

DXGI.lib

See also

IDXGIOutput

 

 

Show:
© 2017 Microsoft