Click or drag to resize
DigitalRuneHdrFilterBloomThreshold Property
Gets or sets the brightness threshold.

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

Property Value

Type: Single
The 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