Method GenerateColorFromIndex
GenerateColorFromIndex(int)
Generate a unique color from an index (only 16M differents color can be generated, if index is greater than 16777216, the color is not guaranted to be unique)
Declaration
[HandleProcessCorruptedStateExceptions]
public Color GenerateColorFromIndex(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | Index |
Returns
Type | Description |
---|---|
Color |