 | 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
Syntaxpublic 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.
See Also