ColorHelperGetRandomColors Method

Get a list of random colors.

Definition

Namespace: PCB_Investigator.PCBIStyleLibrary
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static List<Color> GetRandomColors(
	int count
)

Parameters

count  Int32
How many colors to generate.

Return Value

ListColor
A list of random colors.

See Also