Class SaturationTool
Performs an interactive saturation adjustment in the image editor.
Inherited Members
Namespace: Telerik.XamarinForms.ImageEditor
Assembly: Telerik.XamarinForms.ImageEditor.dll
Syntax
public class SaturationTool : ImageEditorTool, INotifyPropertyChanged
Constructors
SaturationTool()
Properties
Value
Gets or sets the current adjustment factor of the saturation filter. Changing this property is previewed immediately in the image editor. The default value of 1 preserves the original saturation of the image. Values below 0 decrease the saturation, where 0 produces a grayscale image. Values above 0 increase the saturation, producing an oversaturated image.
Declaration
public double Value { get; set; }
Property Value
System.Double
|