Click or drag to resize
DigitalRuneBloomFilterSaturation Property
Gets or sets the bloom saturation.

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

Property Value

Type: Single
The bloom saturation.
Remarks
The saturation of the bloom effect is controlled with this property. Use values less than 1 to decrease saturation. Use values greater than 1 to increase saturation.
See Also