Method GenerateUniqueColors
GenerateUniqueColors(int)
Generate a set of unique colors (max 16M differents color can be generated, if count is greater than 16777216, the colors are not guaranted to be unique)
Declaration
[HandleProcessCorruptedStateExceptions]
public ColorList GenerateUniqueColors(int count)
Parameters
| Type | Name | Description | 
|---|---|---|
| int | count | Number of unique colors to generate  | 
    
Returns
| Type | Description | 
|---|---|
| ColorList |