ViewWindow.AmbientColor Property

Top 

Description

Color of the light that is added to all objects in the Mission View regardless of their position with respect to the sun. Setting the Ambient Light Color to white effectively turns off all effects of lighting. Setting the Ambient Light Color to black means the surfaces of objects facing away from the sun appear very dark.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

color

Access:

read/write

Default Value:


RGB(0.4,0.4,0.4)

 

Syntax

myVariable1 = myViewWindow1.AmbientColor;

 

myViewWindow1.AmbientColor = myVariable1;

 

See also

ViewWindow Object

Colors in FreeFlyer

ViewWindow Guide