This document is archived and information here might be outdated.  Recommended version.


IGlobe.SetDefaultHighBackgroundColor Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobe Interface > IGlobe.SetDefaultHighBackgroundColor Method
ArcGIS Developer Help

IGlobe.SetDefaultHighBackgroundColor Method

The default high altitude background color.

[Visual Basic .NET]
Public Sub SetDefaultHighBackgroundColor ( _
    ByVal Red As Single, _
    ByVal Green As Single, _
    ByVal Blue As Single _
)
[C#]
public void SetDefaultHighBackgroundColor (
    float Red,
    float Green,
    float Blue
);
[C++]
HRESULT SetDefaultHighBackgroundColor(
  float Red,
  float Green,
  float Blue
);
[C++]
Parameters
Red [in]

Red is a parameter of type single Green [in]
Green is a parameter of type single Blue [in]
Blue is a parameter of type single

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Sets the default RGB color of the display background, or sky, when the observer is at high altitude.

RGB values are floating point between 0 and 1 inclusive.

See Also

IGlobe Interface