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