PaletteGenerator Delegate

Comuna.NET

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
Syntax
C#
public delegate GraphvizColor[] PaletteGenerator(
	int numColors
)

Parameters

numColors
Type: SystemInt32
The number of colors to be generated.

Return Value

Type: GraphvizColor
An array of GraphvizColor of the given size.
See Also