Add()

IColorOperationCollection::Add(ColorTransformOperation, float) method

Adds a new operation to the end of collection.

virtual System::SharedPtr<IColorOperation> Aspose::Slides::IColorOperationCollection::Add(ColorTransformOperation operation, float parameter)=0

Arguments

ParameterTypeDescription
operationColorTransformOperationOperation type.
parameterfloatOperation’s parameter.

Return Value

Added operation.

IColorOperationCollection::Add(ColorTransformOperation) method

Adds a new operation to the end of collection.

virtual System::SharedPtr<IColorOperation> Aspose::Slides::IColorOperationCollection::Add(ColorTransformOperation operation)=0

Arguments

ParameterTypeDescription
operationColorTransformOperationOperation type.

Return Value

Added operation.

See Also