Click or drag to resize
Accord.NET (logo)

ColorSequenceCollection Constructor (Int32, Boolean, Boolean)

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,
	bool skipWhite = true,
	bool random = false
)
Request Example View Source

Parameters

number
Type: SystemInt32
The number of colors to generate.
skipWhite (Optional)
Type: SystemBoolean
If set to true white color is skipped.
random (Optional)
Type: SystemBoolean
If set to true generates a sequence of random colors.
See Also