add_alpha_replace_effect method

add_alpha_replace_effect

Adds the new Alpha Replace effect to the end of a collection.

Returns

Index of the new image effect in a collection.

def add_alpha_replace_effect(self, alpha):
    ...
ParameterTypeDescription
alphafloatThe new opacity value.

See Also