Click or drag to resize

NamedColors Methods

The NamedColors type exposes the following members.

Methods
 NameDescription
Public methodAdd
(Inherited from ColorSet)
Public methodClear
(Inherited from ColorSet)
Public methodContains
(Inherited from ColorSet)
Public methodCopyTo
(Inherited from ColorSet)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from 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 methodGetEnumerator
(Inherited from ColorSet)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexOf(AxoColor) Get the index of the given color in the ColorSet.
(Inherited from ColorSet)
Public methodIndexOf(NamedColor) Get the index of the given color in the ColorSet.
(Inherited from ColorSet)
Public methodInsert
(Inherited from ColorSet)
Public methodIsStructuralEquivalentTo
(Inherited from ColorSet)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRemove
(Inherited from ColorSet)
Public methodRemoveAt
(Inherited from ColorSet)
Public methodToArray Copies all color items to an array.
(Inherited from ColorSet)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGetValue(AxoColor, NamedColor) Tries to find a color with a given color value.
(Inherited from ColorSet)
Public methodTryGetValue(String, NamedColor) Tries to find a color with a given name.
(Inherited from ColorSet)
Public methodTryGetValue(AxoColor, String, NamedColor) Tries to find a color with the color and the name of the given named color.
(Inherited from ColorSet)
Public methodWithName
(Inherited from ColorSet)
Top
See Also