This object is passed as a parameter to the SaturationCommand and SaturationInteractiveCommand command.
Definition
Namespace:Telerik.Maui.Controls.ImageEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class SaturationCommandContext : BindableObject
Inheritance: objectSaturationCommandContext
Constructors
C#
public SaturationCommandContext()
Fields
SaturationProperty
BindableProperty
Identifies the Saturation property.
C#
public static readonly BindableProperty SaturationProperty
Properties
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.
C#
public double Saturation { get; set; }