ArcObjects Library Reference  (GlobeCore)    

IGlobe.GetDefaultLowBackgroundColor Method

The default low altitude background color.

[Visual Basic 6.0]
Sub GetDefaultLowBackgroundColor(
    Red As Single, _
    Green As Single, _
    Blue As Single _
)
[Visual Basic .NET]
Public Sub GetDefaultLowBackgroundColor ( _
    ByRef Red As Single&, _
    ByRef Green As Single&, _
    ByRef Blue As Single& _
)
[C#]
public void GetDefaultLowBackgroundColor (
    ref Single& Red,
    ref Single& Green,
    ref Single& Blue
);
[Java]
public void getDefaultLowBackgroundColor (
    Single& Red,
    Single& Green,
    Single& Blue
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetDefaultLowBackgroundColor(
  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

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

RGB values are floating point between 0 and 1 inclusive.

See Also

IGlobe Interface

 


Feedback Send feedback on this page