Click or drag to resize

ITextOnlyColorModel Interface

Implements a model which can split or express a color in components. The components are provided as text.

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

The ITextOnlyColorModel type exposes the following members.

Methods
 NameDescription
Public methodGetComponentsForColor Gets the components (in text form) for the provided color.
Public methodGetNamesOfComponents Gets the names of components of this color model.
Top
See Also