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
addAdds a new operation to the end of collection.
addAdds a new operation to the end of collection.
insertInserts the new operation to a collection.
insertInserts the new operation to a collection.
remove_atRemoves the color operation from a collection.
clearRemoves all color operations.
cloneCreates a copy of a ColorOperationCollection collection.
clone_tClones current object

See Also