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


IGlobe.GetDefaultHighBackgroundColor 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.GetDefaultHighBackgroundColor Method
ArcGIS Developer Help

IGlobe.GetDefaultHighBackgroundColor Method

The default high altitude background color.

[Visual Basic .NET]
Public Sub GetDefaultHighBackgroundColor ( _
    ByRef Red As Single&, _
    ByRef Green As Single&, _
    ByRef Blue As Single& _
)
[C#]
public void GetDefaultHighBackgroundColor (
    ref Single& Red,
    ref Single& Green,
    ref Single& Blue
);
[C++]
HRESULT GetDefaultHighBackgroundColor(
  System.Single* Red,
  System.Single* Green,
  System.Single* Blue
);
[C++]
Parameters
Red [out]

Red is a parameter of type single* Green [out]
Green is a parameter of type single* Blue [out]
Blue is a parameter of type single*

Product Availability

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

Description

Returns 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