高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】how do i get an oddbentitys isbyblock color
how do i get an oddbentity's isbyblock color?
how do i get an oddbentity's isbyblock color?
i was able to get the odcmcolor.isbylayer color using
code:
oddblayertablerecordptr player=pent->layerid().safeopenobject(); colorref clr=rgb(player->color().red(),player->color().green(),player->color().blue());
so i moved onto the odcmcolor.isbyblock... but the oddbblocktablerecord doesn't have an associated color() function. how do i get the entities isbyblock color?
|