Class SaturationCommandContext
This object is passed as a parameter to the Saturation
Inheritance
Namespace: Telerik.Maui.Controls.ImageEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SaturationCommandContext : BindableObject
Constructors
SaturationCommandContext()
Declaration
public SaturationCommandContext()
Fields
SaturationProperty
Identifies the Saturation property.
Declaration
public static readonly BindableProperty SaturationProperty
Field Value
Microsoft.
|
Properties
Saturation
Gets or sets the strength of the saturation filter in percent. The default value of 0 preserves the original saturation of the image. Positive values increase the saturation, where 100% is the maximum. Negative values decrease the saturation, where -100% is the minimum.
Declaration
public double Saturation { get; set; }
Property Value
System.
|