d3d9.dllGetGammaRamp
Microsoft DirectX 9.0 SDK Update (October 2004)

IDirect3DDevice9::GetGammaRamp Method


Retrieves the gamma correction ramp for the swap chain.

Syntax

void GetGammaRamp(      

    UINT iSwapChain,     D3DGAMMARAMP *pRamp );

Parameters

iSwapChain
[in] An unsigned integer specifying the swap chain.
pRamp
[in, out] Pointer to an application-supplied D3DGAMMARAMP structure to fill with the gamma correction ramp.

Return Value

None.

See Also

IDirect3DSwapChain9, IDirect3DDevice9::SetGammaRamp


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.