Click or drag to resize

IColorPickerView Interface

View interface for selecting a color.

Namespace: Altaxo.Gui.Drawing.ColorManagement
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IColorPickerView

The IColorPickerView type exposes the following members.

Properties
 NameDescription
Public propertySelectedColor Gets or sets the selected color.
Top
Events
 NameDescription
Public eventCurrentColorChanged Occurs when the current color changes.
Top
See Also