Click or drag to resize

ColorNameKey Structure

Stores an AxoColor and a name to be used in as key for dictionaries in the color set classes.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.Drawing.ColorManagementColorNameKey

Namespace: Altaxo.Drawing.ColorManagement
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public struct ColorNameKey : IEquatable<ColorNameKey>

The ColorNameKey type exposes the following members.

Constructors
 NameDescription
Public methodColorNameKey Initializes a new instance of the ColorNameKey struct.
Top
Methods
 NameDescription
Public methodEquals(ColorNameKey) Compares this key to another key.
Public methodEquals(Object) Compares this key to another object.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCode Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
See Also