Click or drag to resize
Accord.NET (logo)

ColorSequenceCollectionItem Property

Gets the Color with specified index.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public Color this[
	int i
] { get; }
Request Example View Source

Parameters

i
Type: SystemInt32

Property Value

Type: Color
See Also