ColorOperationCollectionAdd Method (ColorTransformOperation) |
Adds a new operation to the end of collection.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public IColorOperation Add(
ColorTransformOperation operation
)
Public Function Add (
operation As ColorTransformOperation
) As IColorOperation
public:
virtual IColorOperation^ Add(
ColorTransformOperation operation
) sealed
abstract Add :
operation : ColorTransformOperation -> IColorOperation
override Add :
operation : ColorTransformOperation -> IColorOperation
Parameters
- operation
- Type: Aspose.SlidesColorTransformOperation
Operation type.
Return Value
Type:
IColorOperationAdded operation.
Implements
IColorOperationCollectionAdd(ColorTransformOperation)See Also