Class
HueCommandContext

This object is passed as a parameter to the HueCommand and HueInteractiveCommand command.

Definition

Namespace:Telerik.Maui.Controls.ImageEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class HueCommandContext : BindableObject

Inheritance: objectHueCommandContext

Constructors

HueCommandContext()

Declaration

cs-api-definition
public HueCommandContext()

Fields

HueProperty

Identifies the Hue property.

Declaration

cs-api-definition
public static readonly BindableProperty HueProperty

Field Value

BindableProperty

Properties

Hue

Gets or sets the strength of the hue filter in percent. The default value of 0 preserves the original hue of the image. Positive values shift the hue in positive direction, where 100% is the maximum. Negative values shift the hue in negative direction, where -100% is the minimum.

Declaration

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

Property Value

double