Class HueCommandContext
This object is passed as a parameter to the Hue
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.
|
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.
|