Click or drag to resize
DigitalRuneLayeredCloudMapCoverage Property
Gets or sets the cloud coverage.

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

Property Value

Type: Single
The cloud coverage that defines how much of the sky is filled with clouds. Values less than 0 or greater than 1 are allowed and might be necessary to remove all clouds or to fill the whole sky. The default value is 0.5.
See Also