Named | 
[Missing <summary> documentation for "T:Altaxo.Drawing.NamedColors"]
public class NamedColors : ColorSet
The NamedColors type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | (Inherited from ColorSet)  | |
| Clear | (Inherited from ColorSet)  | |
| Contains | (Inherited from ColorSet)  | |
| CopyTo | (Inherited from ColorSet)  | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object)  | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object)  | |
| GetEnumerator | (Inherited from ColorSet)  | |
| GetHashCode | Serves as the default hash function. (Inherited from Object)  | |
| GetType | Gets the Type of the current instance. (Inherited from Object)  | |
| IndexOf(AxoColor) | 
            Get the index of the given color in the ColorSet.
             (Inherited from ColorSet)  | |
| IndexOf(NamedColor) | 
            Get the index of the given color in the ColorSet.
             (Inherited from ColorSet)  | |
| Insert | (Inherited from ColorSet)  | |
| IsStructuralEquivalentTo | (Inherited from ColorSet)  | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object)  | |
| Remove | (Inherited from ColorSet)  | |
| RemoveAt | (Inherited from ColorSet)  | |
| ToArray | 
            Copies all color items to an array.
             (Inherited from ColorSet)  | |
| ToString | Returns a string that represents the current object. (Inherited from Object)  | |
| TryGetValue(AxoColor, NamedColor) | 
            Tries to find a color with a given color value.
             (Inherited from ColorSet)  | |
| TryGetValue(String, NamedColor) | 
            Tries to find a color with a given name.
             (Inherited from ColorSet)  | |
| TryGetValue(AxoColor, String, NamedColor) | 
            Tries to find a color with the color and the name of the given named color.
             (Inherited from ColorSet)  | |
| WithName | (Inherited from ColorSet)  | 
| Name | Description | |
|---|---|---|
| _colorToIndexDictionary | (Inherited from ColorSet)  | |
| _name | (Inherited from ColorSet)  | |
| _namecolorToIndexDictionary | (Inherited from ColorSet)  | |
| _nameToIndexDictionary | (Inherited from ColorSet)  |