remove_at method

remove_at

Removes the color operation from a collection.

def remove_at(self, index):
    ...
ParameterTypeDescription
indexintIndex of a color operation to remove.

See Also