remove method

remove(color)

Remove the Color object from the collection.

def remove(self, color):
    ...
ParameterTypeDescription
colorColorEntry

See Also