quickgraph icon indicating copy to clipboard operation
quickgraph copied to clipboard

GraphvizColor bug

Open mikhail-khalizev opened this issue 6 years ago • 0 comments

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.

mikhail-khalizev avatar Aug 27 '18 10:08 mikhail-khalizev