|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayRendering3 Interface > IGlobeDisplayRendering3.GetLowBackgroundColor Method (ArcObjects .NET 10.4 SDK) | 
Returns the low altitude background color.
[Visual Basic .NET]
Public Sub GetLowBackgroundColor ( _
    ByRef Red As Single&, _
    ByRef Green As Single&, _
    ByRef Blue As Single& _
)
[C#] public void GetLowBackgroundColor ( ref Single& Red, ref Single& Green, ref Single& Blue );
[C++]
HRESULT GetLowBackgroundColor(
  float* Red,
  float* Green,
  float* Blue
);
[C++]
Parameters Red [out] Red is a parameter of type float Green [out] Green is a parameter of type float Blue [out] Blue is a parameter of type float