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