Lighting Property

Gets or sets the lighting effects state.

Syntax

object.Lighting [= value]

Parameters

value
A Boolean expression that enables (TRUE) or disables (FALSE) the use of lighting effects.

Remarks

When Lighting is enabled, the color of each point on the graph is determined by a mathematical relationship between the light source, the current camera position, and the base color of the graph at the center of interest.

When Lighting is disabled, the color of each point on the graph is determined solely by the base color for that point.