IDirect3DDevice8::GetGammaRamp
Retrieves the gamma correction ramp for the swap chain.
void GetGammaRamp(
  D3DGAMMARAMP* pRamp
);
Parameters
- pRamp
 
- [in, out] Pointer to an application-supplied D3DGAMMARAMP structure to fill with the gamma correction ramp. 
 
Return Values
None.
Requirements
  Header: Declared in D3d8.h.
  Import Library: Use D3d8.lib.
See Also
IDirect3DSwapChain8, IDirect3DDevice8::SetGammaRamp