color method

color

Sets the paint to a specific color.

Returns

The builder instance for chaining.

def color(self, color_value):
    ...
ParameterTypeDescription
color_valueaspose.pydrawing.ColorThe color to set.

See Also