add method

add(color)

Add the Color object in the collection.

Returns

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

See Also