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
)

Parameters

operation
Type: Aspose.SlidesColorTransformOperation
Operation type.

Return Value

Type: IColorOperation
Added operation.

Implements

IColorOperationCollectionAdd(ColorTransformOperation)
See Also