ArcObjects Library Reference  (GlobeCore)    

IGlobe.SetDefaultLowBackgroundColor Method

The default low altitude background color.

[Visual Basic 6.0]
Sub SetDefaultLowBackgroundColor(
    ByVal Red As Single, _
    ByVal Green As Single, _
    ByVal Blue As Single _
)
[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
);
[Java]
public void setDefaultLowBackgroundColor (
    float Red,
    float Green,
    float Blue
)
throws
    IOException,
    AutomationException
[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

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 low altitude.

RGB values are floating point between 0 and 1 inclusive.

See Also

IGlobe Interface

 


Feedback Send feedback on this page