Click or drag to resize

ColorSetIdentifier Class

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

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

The ColorSetIdentifier type exposes the following members.

Constructors
 NameDescription
Public methodColorSetIdentifier Initializes 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 methodCompareToCompares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public methodEquals(ColorSetIdentifier)Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)Determines whether the specified object is equal to the current 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 methodGetHashCodeServes as the default hash function.
(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 methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also