IDirect3DDevice8::GetGammaRamp

This method 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

OS Versions: Windows CE .NET 4.0 and later.
Header: D3d8.h.
Link Library: D3d8.lib.

See Also

IDirect3DSwapChain8 | IDirect3DDevice8::SetGammaRamp | D3DGAMMARAMP | IDirect3DDevice8

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.