Click or drag to resize

ColorSetIdentifier Class

Structure that stores ItemDefinitionLevel and name of a color set. This is used as key value in the internal dictionaries.
Inheritance Hierarchy
SystemObject
  Altaxo.Drawing.ColorManagementColorSetIdentifier

Namespace: Altaxo.Drawing.ColorManagement
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class ColorSetIdentifier : IEquatable<ColorSetIdentifier>, 
	IComparable<ColorSetIdentifier>, IImmutable

The ColorSetIdentifier type exposes the following members.

Constructors
 NameDescription
Public methodColorSetIdentifierInitializes a new instance of the ColorSetIdentifier class
Top
Properties
 NameDescription
Public propertyLevel Gets the color set level.
Public propertyName Gets the name of the color set.
Top
Methods
 NameDescription
Public methodCompareTo 
Public methodEquals(ColorSetIdentifier) 
Public methodEquals(Object)
(Overrides ObjectEquals(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 methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString
(Overrides ObjectToString)
Top
See Also