This field represents the ambient light

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public float[] LightAmbient { get; set; }
Visual Basic (Declaration)
Public Property LightAmbient As Single()
Visual C++
public:
property array<float>^ LightAmbient {
	array<float>^ get ();
	void set (array<float>^ value);
}

See Also