Click or drag to resize

IColorModelView Interface

View contract for editing a color through different color models.

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

The IColorModelView type exposes the following members.

Properties
 NameDescription
Public propertyDataContext Sets the data context of the view.
(Inherited from IDataContextAwareView)
Top
Methods
 NameDescription
Public methodInitializeColorModel Initializes the interactive color model.
Public methodInitializeCurrentColor Initializes the current color.
Public methodInitializeTextOnlyColorModel Initializes the text-only color model.
Top
Events
 NameDescription
Public eventCurrentColorChanged Occurs when the current color changes.
Top
See Also