color_value property
color_value property
Gets or sets the true color value (RGB) of the entity.
Definition:
@property
def color_value(self):
    ...
@color_value.setter
def color_value(self, value):
    ...
See Also
- module aspose.cad.fileformats.cad.cadobjects
- class CadMultiLine