Microsoft DirectX 9.0 SDK Update (October 2004)

Device.GetGammaRamp Method

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves the gamma correction ramp for the swap chain.

Definition

Visual Basic .NET Public Function GetGammaRamp( _
    ByVal swapChain As Integer _
) As GammaRamp
C# public GammaRamp GetGammaRamp(
    int swapChain
);
Managed C++ public: GammaRamp GetGammaRamp(
    int swapChain
);
JScript .NET public function GetGammaRamp(
    swapChain : int
) : GammaRamp;

Parameters

swapChain System.Int32. Unsigned integer that specifies the swap chain.

Return Value

Microsoft.DirectX.Direct3D.GammaRamp . [in, out] Application-supplied GammaRamp structure to fill with the gamma correction ramp.

See Also


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center