Hue picker control.
Namespace:
AForge.ControlsAssembly: AForge.Controls (in AForge.Controls.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public class HuePicker : Control |
Remarks
The control allows selecting hue value (or range) from HSL color space. Hue values are integer values in the [0, 359] range.
If control’s type is set to Value, then it allows selecting single
hue value and looks like this:
If control’s type is set to Range, then it allows selecting range
of hue values and looks like this:
Inheritance Hierarchy
System..::.Object
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
AForge.Controls..::.HuePicker
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
AForge.Controls..::.HuePicker