Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
![]() | PaletteGenerator Delegate |
Represents a generator for color palettes based on a number of elements.
Namespace: Comuna.Graphviz
Assembly: Comuna.Graphviz (in Comuna.Graphviz.dll) Version: 1.0.0

C#
public delegate GraphvizColor[] PaletteGenerator( int numColors )
Parameters
- numColors
- Type: SystemInt32
The number of colors to be generated.
Return Value
Type: GraphvizColorAn array of GraphvizColor of the given size.
