Click or drag to resize

IColorModel Interface

Gets the color model to be used with ColorModelController.

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

The IColorModel type exposes the following members.

Properties
 NameDescription
Public propertyIsUsingByteComponents Gets a value indicating whether this instance is using byte components.
Top
Methods
 NameDescription
Public methodGetColorFor1DColorSurfaceFromRelativePosition Gets the color for the 1D color surface from the relative position. The position 0 designates the lower position, the position 1 the upper position.
Public methodGetColorFor2DColorSurfaceFromRelativePosition Gets the color for the 2D color surface from the relative position. The meaning is defined so that the argument (1, 1) returns the baseColor, whereas (0,0) returns black.
Public methodGetColorFromComponents 
Public methodGetComponentsForColor 
Public methodGetNamesOfComponents Gets the names of the color components of this model
Public methodGetRelativePositionsFor1Dand2DColorSurfaceFromColor 
Top
See Also