color method

color

Sets the color value based on a Color object.

Returns

The current instance of ColorBuilder for method chaining.

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

See Also