This commit is contained in:
Matheus Ribeiro 2024-07-04 03:49:28 +00:00
Родитель ddc4ebde7a
Коммит 7a05ee94b2
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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
{