Gets the gamma control settings.
public:
HRESULT GetGammaControl(
DXGI_GAMMA_CONTROL *pArray
)
pArray
Type: DXGI_GAMMA_CONTROL *
[out] An array of gamma control settings (see DXGI_GAMMA_CONTROL).
Type: HRESULT
Returns one of the DXGI_ERROR values.
Xbox note: This method can only be called when this output is owned by a device.
For info about using gamma correction, see Using gamma correction.
Header: Declared in d3d11_x.h (dxgi.h on other Windows platforms).
Library: Use d3d11_x.lib (dxgi.lib on other Windows platforms).