I am trying to change the node color using the following code but getting Segmentation fault.
I am using the latest OGDF snapshot.
Graph G;
GraphAttributes GA(G, GraphAttributes::nodeGraphics |
GraphAttributes::edgeGraphics );
node left = G.newNode();
GA.strokeColor (left) = Color("red");