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)
SyntaxIAlphaModulateFixed CreateAlphaModulateFixed(
float amount
)
Function CreateAlphaModulateFixed (
amount As Single
) As IAlphaModulateFixed
IAlphaModulateFixed^ CreateAlphaModulateFixed(
float amount
)
abstract CreateAlphaModulateFixed :
amount : float32 -> IAlphaModulateFixed
Parameters
- amount
- Type: SystemSingle
Amount.
Return Value
Type:
IAlphaModulateFixedAlpha modulate fixed effect.
See Also