| BloomFilterThreshold Property |
Gets or sets the brightness threshold.
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float Threshold { get; set; }
Public Property Threshold As Single
Get
Set
public:
property float Threshold {
float get ();
void set (float value);
}
member Threshold : float32 with get, set
Property Value
Type:
SingleThe brightness threshold.
Remarks
This is a luminance value. Areas with a smaller luminance value are cut off.
See Also