add method
add
Adds a new operation to the end of collection.
Returns
Added operation.
def add(self, operation):
...
| Parameter | Type | Description |
|---|---|---|
| operation | ColorTransformOperation | Operation type. |
add
Adds a new operation to the end of collection.
Returns
Added operation.
def add(self, operation, parameter):
...
| Parameter | Type | Description |
|---|---|---|
| operation | ColorTransformOperation | Operation type. |
| parameter | float | Operation’s parameter. |
See Also
- enumeration
ColorTransformOperation - class
IColorOperation - class
IColorOperationCollection - module
aspose.slides - library
Aspose.Slides