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.3572.0 (4.8.3572.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 Gets a color from its numeric components.
Public methodGetComponentsForColor Gets the numeric color components of the specified color.
Public methodGetNamesOfComponents Gets the names of the color components of this model
Public methodGetRelativePositionsFor1Dand2DColorSurfaceFromColor Gets the relative positions on the 1D and 2D color surfaces for the specified color.
Top
See Also