Click or drag to resize

ColorModelCMYK Class

CMYK color model implementation for the color management UI.
Inheritance Hierarchy
SystemObject
  Altaxo.Gui.Drawing.ColorManagementColorModelCMYK

Namespace: Altaxo.Gui.Drawing.ColorManagement
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class ColorModelCMYK : IColorModel

The ColorModelCMYK type exposes the following members.

Constructors
 NameDescription
Public methodColorModelCMYKInitializes a new instance of the ColorModelCMYK class
Top
Properties
 NameDescription
Public propertyIsUsingByteComponents Gets a value indicating whether this instance is using byte components.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
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.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also