color property

color property

Returns resulting color (with all color transformations applied). Sets RGB colors and clears all color transformations. Read/write aspose.pydrawing.Color.

Definition:

@property
def color(self):
    ...

@color.setter
def color(self, value):
    ...

See Also