Click or drag to resize
Accord.NET (logo)

HuePickerHuePickerType Enumeration

Enumeration of hue picker types.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
public enum HuePickerType
Members
  Member nameValueDescription
Value0 Selecting single hue value.
Range1 Selecting hue values range.
Remarks

The Value type provides single bullet to drag, which allows selecting single hue value. The value is accessible through Value property.

The Range type provides two bullets to drag, which correspond to minimum and maximum values of the hue range. These values are accessible through Min and Max properties.

See Also