GammaRamp.GetGreen() Method (Microsoft.DirectX.Direct3D)
Retrieves the green component of the gamma ramp.
Definition
Visual Basic Public Function GetGreen() As Short() C# public short[] GetGreen(); C++ public:
array<short>^ GetGreen();JScript public function GetGreen() : short[];
Return Value
System.Int16[]
A 256-element integer array that represents the green component.