API Reference > OdDg Classes > OdDgColorTable Class > OdDgColorTable Methods > OdDgColorTable::getExtendedColor Method
OdDgColorTable::getExtendedColor Method
Syntax
C++
static bool getExtendedColor(OdDgDatabase* pDb, OdUInt32 uColorIndex, OdDgCmColor& dgnColor);
Parameters 
Description 
OdDgDatabase* pDb 
[in] pointer to database.  
OdUInt32 uColorIndex 
[in] Dgn color index of requested color.  
OdDgCmColor& dgnColor 
[out] Requested color. 

Get extended color from extended color table by dgn color index. Return true if color with requested dgn color index is present into table. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.