remove_at method

remove_at

Removes a gradient stop at the specified index.

def remove_at(self, index):
    ...
ParameterTypeDescription
indexintIndex of a gradient stop that should be deleted.

See Also