Gets or sets the RGB color of the light.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.0.0.0 (1.0.0.9509)

Syntax

C#
public Vector3F Color { get; set; }
Visual Basic
Public Property Color As Vector3F
	Get
	Set
Visual C++
public:
property Vector3F Color {
	Vector3F get ();
	void set (Vector3F value);
}

Field Value

The color of the light. The default value is (1, 1, 1).

Remarks

This property defines only the RGB color of the light source - not its intensity.

See Also