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
- class
ColorOperationCollection
- enumeration
ColorTransformOperation
- class
IColorOperation
- module
aspose.slides
- library
Aspose.Slides