Named |
The NamedColors type exposes the following members.
| Name | Description | |
|---|---|---|
| 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 | Returns an enumerator that iterates through the collection. (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) | |
| IsStructuralEquivalentTo |
Determines whether the specified list has the same structure and items.
(Inherited from ColorSet) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| 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 |
Returns a copy of the style list with a different name.
(Inherited from ColorSet) |