diff --git a/QuickGraph.Graphviz/Dot/GraphvizColor.cs b/QuickGraph.Graphviz/Dot/GraphvizColor.cs index 0be222e..223c6ba 100644 --- a/QuickGraph.Graphviz/Dot/GraphvizColor.cs +++ b/QuickGraph.Graphviz/Dot/GraphvizColor.cs @@ -28,9 +28,9 @@ public GraphvizColor( } 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; } } + public byte R { get { return this.r; } } + public byte G { get { return this.g; } } + public byte B { get { return this.b; } } public static GraphvizColor Black {