Click or drag to resize

LightingNightLightsIntensity Property

Gets or sets the overall brightness for the night light's image overlay, NightOverlay.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual float NightLightsIntensity { get; set; }

Property Value

Type: Single
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionNightLightsIntensity must be between 0 and 5.
Remarks
A value of 0 means night lights are not visible, and a value of 5 produces night lights that are easily seen.
See Also