ColorOperationCollectionInsert Method (Int32, ColorTransformOperation, Single)

Inserts the new operation to a collection.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public IColorOperation Insert(
	int position,
	ColorTransformOperation operation,
	float parameter
)

Parameters

position
Type: SystemInt32
The index at which the operation will be inserted.
operation
Type: Aspose.SlidesColorTransformOperation
Operation type.
parameter
Type: SystemSingle
Operation's parameter.

Return Value

Type: IColorOperation
Inserted operation.

Implements

IColorOperationCollectionInsert(Int32, ColorTransformOperation, Single)
See Also