AddAlphaReplaceEffect()

IImageTransformOperationCollection::AddAlphaReplaceEffect(float) method

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

virtual System::SharedPtr<IAlphaReplace> Aspose::Slides::Effects::IImageTransformOperationCollection::AddAlphaReplaceEffect(float alpha)=0

Arguments

ParameterTypeDescription
alphafloatThe new opacity value.

Return Value

Index of the new image effect in a collection.

See Also