remove_at method

remove_at

Removes an image effect from a collection at the specified index.

def remove_at(self, index):
    ...
ParameterTypeDescription
indexintIndex of an image effect that should be deleted.

See Also