ColorOperationCollection class

ColorOperationCollection class

Represents a collection of color transform operations.

The ColorOperationCollection type exposes the following members:

Returns or sets the operation at the specified index. Read/write ColorOperation.

Indexer

NameDescription
[index]

Methods

MethodDescription
add(self, operation, parameter)Adds a new operation to the end of collection.
add(self, operation)Adds a new operation to the end of collection.
insert(self, position, operation, parameter)Inserts the new operation to a collection.
insert(self, position, operation)Inserts the new operation to a collection.
remove_at(self, index)Removes the color operation from a collection.
clear(self)Removes all color operations.
clone(self)Creates a copy of a ColorOperationCollection collection.
clone_t(self)Clones current object

See Also