Click or drag to resize
DigitalRuneGrainFilterLuminanceThreshold Property
Gets or sets the luminance threshold. (Noise is only added to pixels with a luminance below this threshold. This value is ignored if ScaleWithLuminance is .)

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

Property Value

Type: Single
The luminance threshold. The default value is 1.
See Also