apply_opacity method

apply_opacity

Applies the specified opacity to the bitmap image.

def apply_opacity(self, opacity):
    ...
ParameterTypeDescription
opacityfloatThe opacity value to apply.

See Also