Add()

ColorOperationCollection::Add(ColorTransformOperation, float) method

Adds a new operation to the end of collection.

System::SharedPtr<IColorOperation> Aspose::Slides::ColorOperationCollection::Add(ColorTransformOperation operation, float parameter) override

Arguments

ParameterTypeDescription
operationColorTransformOperationOperation type.
parameterfloatOperation’s parameter.

Return Value

Added operation.

ColorOperationCollection::Add(ColorTransformOperation) method

Adds a new operation to the end of collection.

System::SharedPtr<IColorOperation> Aspose::Slides::ColorOperationCollection::Add(ColorTransformOperation operation) override

Arguments

ParameterTypeDescription
operationColorTransformOperationOperation type.

Return Value

Added operation.

See Also