| BloomFilterSaturation Property |
Gets or sets the bloom saturation.
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float Saturation { get; set; }
Public Property Saturation As Single
Get
Set
public:
property float Saturation {
float get ();
void set (float value);
}
member Saturation : float32 with get, set
Property Value
Type:
SingleThe 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