Click or drag to resize
Accord.NET (logo)

ColorSequenceCollection Constructor (Int32)

Initializes a new instance of the ColorSequenceCollection class.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public ColorSequenceCollection(
	int number
)
Request Example View Source

Parameters

number
Type: SystemInt32
The number of colors to generate.
See Also