EntityColor Constructor (Int32)
 | 
Creates a new instance of EntityColor using
color value.
Namespace:  Teigha.Colors
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public EntityColor(
        int trueColor
)
 
Public Sub New ( 
        trueColor As Integer
)
 
public:
EntityColor(
        int trueColor
)
 
new : 
        trueColor : int -> EntityColor
 
 
 
Parameters
- trueColor
 
- Type: SystemInt32
True color value. 
 
See Also