VertexDataSetTrueColors Method
 | 
Namespace:  Teigha.GraphicsInterface
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public void SetTrueColors(
        EntityColor[] colors
)
 
Public Sub SetTrueColors ( 
        colors As EntityColor()
)
 
public:
void SetTrueColors(
        array<EntityColor>^ colors
)
 
member SetTrueColors : 
        colors : EntityColor[] -> unit 
 
 
 
Parameters
- colors
 
- Type: Teigha.ColorsEntityColor
 
 
See Also