Click or drag to resize
SaturationEffectSaturation Property
Gets or sets the saturation intensity for effect.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public float Saturation { get; set; }

Property Value

Type: Single
Remarks

The saturation of the image. You can set the saturation to a value between 0 and 1. If you set it to 1 the output image is fully saturated. If you set it to 0 the output image is monochrome.

Default saturation value is 0.5f.

See Also