ColorOperationCollection class
Contents
[
Hide
]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
| Name | Description |
|---|---|
[index] |
Methods
| Method | Description |
|---|---|
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
- class
ColorOperation - module
aspose.slides - library
Aspose.Slides