Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the gamma correction ramp for the swap chain.
Syntax
void GetGammaRamp(
[in] UINT iSwapChain,
[in, out] D3DGAMMARAMP *pRamp
);
Parameters
[in] iSwapChain
Type: UINT
An unsigned integer specifying the swap chain.
[in, out] pRamp
Type: D3DGAMMARAMP*
Pointer to an application-supplied D3DGAMMARAMP structure to fill with the gamma correction ramp.
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d9.h (include D3D9.h) |
Library | D3D9.lib |