Class
SaturationCommandContext

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:

cs-api-definition
public class SaturationCommandContext : BindableObject

Inheritance: objectSaturationCommandContext

Constructors

SaturationCommandContext()

Declaration

cs-api-definition
public SaturationCommandContext()

Fields

SaturationProperty

Identifies the Saturation property.

Declaration

cs-api-definition
public static readonly BindableProperty SaturationProperty

Field Value

BindableProperty

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

cs-api-definition
public double Saturation { get; set; }

Property Value

double