Gets the vertex color map

Namespace:  QuickGraph.Algorithms.Search
Assembly:  QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1502 (2.4.2.1502)

Syntax

C#
public VertexColorDictionary Colors { get; }
Visual Basic (Declaration)
Public ReadOnly Property Colors As VertexColorDictionary

Field Value

Vertex color (GraphColor) dictionary

See Also