create method

create

Creates a solid color using the specified string representation and Color object.

Returns

An opaque object describing the created solid color.

def create(self, string_color, color):
    ...
ParameterTypeDescription
string_colorstrThe string representation of the color.
coloraspose.pydrawing.ColorThe Color object representing the color.

See Also