The default high altitude background color.
[Visual Basic 6.0] Sub SetDefaultHighBackgroundColor(
ByVal Red As Single, _
ByVal Green As Single, _
ByVal Blue As Single _
)
[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 );
[Java] public void setDefaultHighBackgroundColor ( float Red, float Green, float Blue ) throws IOException, AutomationException
[C++]
HRESULT SetDefaultHighBackgroundColor(
float Red,
float Green,
float Blue
);
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 high altitude.
RGB values are floating point between 0 and 1 inclusive.