public StrongConnectedComponentInfo(KosarajuAlgorithm strongConnectedComponent, RGBColor[] vertexColors)
 {
     StrongConnectedComponent = strongConnectedComponent;
     VertexColors = vertexColors;
 }
 public StrongConnectedComponentInfo(KosarajuAlgorithm strongConnectedComponent, RGBColor[] vertexColors)
 {
     StrongConnectedComponent = strongConnectedComponent;
     VertexColors             = vertexColors;
 }