color property
color property
Gets or sets the color of the line, default value is white(1, 1, 1)
Definition:
@property
def color(self):
...
@color.setter
def color(self, value):
...
See Also
- module
aspose.threed.entities - class
Line - class
Vector3