Page 1 of 1

How to obtain the real / original colors of DXF entities?

Posted: Tue Apr 28, 2009 4:18 pm
by m_alexm
Hello,

Using dxflib library, I observed that the colors of DXF entities are referenced by a 256 color palette entries (dxfColors[][3] -> Extended color palette). Is it possible to retrieve the original RGB values of each DXF entity?

Thank you,

Mihai

Posted: Tue Apr 28, 2009 5:52 pm
by andrew
24bit colors are only supported after dxflib 2.2.0.0 but there has not been an official release yet.