Open TNick opened 11 years ago
This may be implemented in DRW_Entity as:
if (version < DRW::AC1018) //2004-
color = buf->getBitShort();
else
color = buf->getCMC();
And implenent a dummy "int dwgBuffer::getCMC()" funtion until it begins to develop the support for 2004 and can be verified
The method is needed by issue #9 . Documented in docs as 2.11 CmColor (page 13)
The encoding for the colors is different from version to version: