HueCollection Methods

Methods

Public methodAdd(Single)
Adds a hue to the collection.
Public methodAdd(Single, HueUnit)
Adds a hue to the collection.
Public methodClear
Empties this collection.
Public methodContains(Single)
Checks whether a specified hue exists in this collection.
Public methodContains(Single, HueUnit)
Checks whether a specified hue exists in this collection.
Public methodCopyTo
Copies the hues in this collection to the specified array.
Public methodEquals(Object)
Checks if this style is identical to another object.
Public methodEquals(HueCollection)
Checks whether this HueCollection contains the same hues and the same order as other.
Public methodGetEnumerator
Gets an enumerator for enumerating over the hues (in turns, range [0, 1)) in this collection.
Public methodGetHashCode
Gets a hash code for this HueCollection.
Public methodRemove(Single)
Removes the specified hue from this collection.
Public methodRemove(Single, HueUnit)
Removes the specified hue from this collection.
Public methodToString
Creates a string representation of the hues in this collection. The result can be parsed using Parse(String).
Public methodToString(IFormatProvider)
Creates a culture-specific string representation of the hues in this collection. The result can be parsed using Parse(String, IFormatProvider).

See Also

Reference