AddAlphaReplaceEffect()

ImageTransformOperationCollection::AddAlphaReplaceEffect(float) method

Adds the new Alpha Replace effect to the end of a collection.

System::SharedPtr<IAlphaReplace> Aspose::Slides::Effects::ImageTransformOperationCollection::AddAlphaReplaceEffect(float alpha) override

Arguments

ParameterTypeDescription
alphafloatThe new opacity value.

Return Value

Index of the new image effect in a collection.

See Also