The HuePicker type exposes the following members.

Constructors

  NameDescription
HuePicker
Initializes a new instance of the HuePicker class.

Methods

  NameDescription
Dispose
Dispose the object.
(Overrides Control..::.Dispose(Boolean).)
OnPaint
Paint the controls.
(Overrides Control..::.OnPaint(PaintEventArgs).)

Properties

  NameDescription
Max
Maximum selected value of the hue picker control in Range mode.
Min
Minimum selected value of the hue picker control in Range mode.
Type
Current type of the hue picker control.
Value
Selected value of the hue picker control in Value mode.

Events

  NameDescription
ValuesChanged
An event, to notify about changes of Min or Max properties.

See Also