New to Telerik UI for .NET MAUIStart a free 30-day trial

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:

C#
public class HueCommandContext : BindableObject

Inheritance: objectHueCommandContext

Constructors

C#
public HueCommandContext()

Fields

HueProperty

BindableProperty

Identifies the Hue property.

C#
public static readonly BindableProperty HueProperty

Properties

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.

C#
public double Hue { get; set; }