Click or drag to resize
Accord.NET (logo)

ColorSequenceCollectionGetEnumerator Method

Returns an enumerator that iterates through the color collection.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public IEnumerator<Color> GetEnumerator()
Request Example View Source

Return Value

Type: IEnumeratorColor
An IEnumerator object that can be used to iterate through the collection.
See Also