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