quickgraph
quickgraph copied to clipboard
GraphvizColor bug
GraphvizColor contains:
public byte A { get { return this.a; } } public byte R { get { return this.a; } } public byte G { get { return this.a; } } public byte B { get { return this.a; } }
so all components of color return 'a' value.