Device.GetGammaRamp Method |
Language: |
Retrieves the gamma correction ramp for the swap chain.
Visual Basic Public Function GetGammaRamp( _
ByVal swapChain As Integer _
) As GammaRampC# public GammaRamp GetGammaRamp(
int swapChain
);C++ public:
GammaRamp GetGammaRamp(
int swapChain
);JScript public function GetGammaRamp(
swapChain : int
) : GammaRamp;
swapChain System.Int32
Unsigned integer that specifies the swap chain.
Microsoft.DirectX.Direct3D.GammaRamp
[in, out] Application-supplied GammaRamp structure to fill with the gamma correction ramp.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center