color property

Stroke.color property

Defines the color of a stroke.

@property
def color(self) -> aspose.pydrawing.Color:
    ...

@color.setter
def color(self, value: aspose.pydrawing.Color):
    ...

Remarks

The default value for a Shape is aspose.pydrawing.Color.black.

See Also