Click or drag to resize
DigitalRuneSkyboxNodeColor Property
Gets or sets the tint color.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Vector3F Color { get; set; }

Property Value

Type: Vector3F
The tint color. The default value is white (1, 1, 1).
Remarks

The color values of the Texture are multiplied with this value. This can be used to tint a skybox, change its brightness or fade it in/out.

See Also