set_transparent method

set_transparent

Sets the specified color as transparent in the bitmap image.

def set_transparent(self, color):
    ...
ParameterTypeDescription
coloraspose.pydrawing.ColorThe color to set as transparent.

See Also