Enumeration of hue picker types.

Namespace:  AForge.Controls
Assembly:  AForge.Controls (in AForge.Controls.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public enum HuePickerType

Members

Member nameDescription
Value
Selecting single hue value.
Range
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