IImageTransformOperationFactoryCreateAlphaModulateFixed Method

Creates Alpha modulate fixed effect.

Namespace:  Aspose.Slides.Effects
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
IAlphaModulateFixed CreateAlphaModulateFixed(
	float amount
)

Parameters

amount
Type: SystemSingle
Amount.

Return Value

Type: IAlphaModulateFixed
Alpha modulate fixed effect.
See Also