GammaRamp Structure (Microsoft.DirectX.Direct3D)
Contains red, green, and blue ramp data.
Visual Basic Public Structure GammaRamp C# public struct GammaRamp C++ public value class GammaRamp sealed JScript In JScript, you can use structures, but you cannot define your own.
The following table lists the members exposed by the object.
Methods
Method Description GammaRamp Initializes a new instance of the GammaRamp class. GetBlue Retrieves the blue component of the gamma ramp. GetGreen Retrieves the green component of the gamma ramp. GetRed Retrieves the red component of the gamma ramp. SetBlue Sets the blue component of the gamma ramp. SetGreen Sets the green component of the gamma ramp. SetRed Sets the red component of the gamma ramp.
Namespace Microsoft.DirectX.Direct3D Assembly Microsoft.DirectX.Direct3D (microsoft.directx.direct3d.dll) Strong Name Microsoft.DirectX.Direct3D, Version=1.0.900.0, Culture=neutral, PublicKeyToken=d3231b57b74a1492
Show: