foreach (var entity in _cadImage.Entities)
{
var n = entity.LayerName;
var l = _cadImage.Layers.GetLayer(n);
{
if (entity is CadHatch hatch)
{
Console.WriteLine("Polyline Color ID is {0}, layer's name is {1…...I want to fetch the color of the hatch in dwg file in rgb format...WriteLine("Polyline color ID is {0}, layer's name is {1}, layer's color ID is...