IDXGIOutput::GetGammaControlCapabilities method (dxgi.h)
Gets a description of the gamma-control capabilities.
Syntax
HRESULT GetGammaControlCapabilities(
[out] DXGI_GAMMA_CONTROL_CAPABILITIES *pGammaCaps
);
Parameters
[out] pGammaCaps
Type: DXGI_GAMMA_CONTROL_CAPABILITIES*
A pointer to a description of the gamma-control capabilities (see DXGI_GAMMA_CONTROL_CAPABILITIES).
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
Requirement | Value |
---|---|
Target Platform | Windows |
Header | dxgi.h |
Library | DXGI.lib |