Click or drag to resize
DigitalRuneScatteringSkyNodeGetFogColor Method (Int32)
Approximates the Fog color by sampling the sky horizon colors.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Vector3F GetFogColor(
	int numberOfSamples
)

Parameters

numberOfSamples
Type: SystemInt32
The number of samples.

Return Value

Type: Vector3F
The fog color.
Remarks
You might need to desaturate the fog color.
See Also