| HdrFilterBloomThreshold 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 BloomThreshold { get; set; }
Public Property BloomThreshold As Single
Get
Set
public:
property float BloomThreshold {
float get ();
void set (float value);
}
member BloomThreshold : 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.
The default value is 0.2.
See Also