This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobe Interface > IGlobe.SetDefaultLowBackgroundColor Method (ArcObjects .NET 10.4 SDK) |
The default low altitude background color.
[Visual Basic .NET] Public Sub SetDefaultLowBackgroundColor ( _ ByVal Red As Single, _ ByVal Green As Single, _ ByVal Blue As Single _ )
[C#] public void SetDefaultLowBackgroundColor ( float Red, float Green, float Blue );
[C++]
HRESULT SetDefaultLowBackgroundColor(
float Red,
float Green,
float Blue
);
[C++]
Parameters Red [in] Red is a parameter of type float Green [in] Green is a parameter of type float Blue [in] Blue is a parameter of type float
Sets the default RGB color of the display background, or sky, when the observer is at low altitude.
RGB values are floating point between 0 and 1 inclusive.