Class HueCommandContext
This object is passed as a parameter to the HueCommand and HueInteractiveCommand command.
Inheritance
Namespace: Telerik.Maui.Controls.ImageEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public class HueCommandContext : BindableObject
Constructors
HueCommandContext()
Declaration
public HueCommandContext()
Fields
HueProperty
Identifies the Hue property.
Declaration
public static readonly BindableProperty HueProperty
Field Value
Microsoft.Maui.Controls.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
public double Hue { get; set; }
Property Value
System.Double
|