CreateAlphaReplace()

IImageTransformOperationFactory::CreateAlphaReplace(float) method

Creates Alpha replace effect.

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

Arguments

ParameterTypeDescription
alphafloatAlpha

Return Value

Alpha replace effect.

See Also