зеркало из https://github.com/stride3d/QuickGraph.git
fixing GraphvizColor getters
This commit is contained in:
Родитель
ddc4ebde7a
Коммит
7a05ee94b2
|
@ -28,9 +28,9 @@ namespace QuickGraph.Graphviz.Dot
|
|||
}
|
||||
|
||||
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
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче