ImageTransformOperationFactoryCreateAlphaReplace Method

Creates Alpha replace effect.

Namespace:  Aspose.Slides.Effects
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public IAlphaReplace CreateAlphaReplace(
	float alpha
)

Parameters

alpha
Type: SystemSingle
Alpha

Return Value

Type: IAlphaReplace
Alpha replace effect.

Implements

IImageTransformOperationFactoryCreateAlphaReplace(Single)
See Also