ImageTransformOperationCollectionAddAlphaModulateFixedEffect Method |
Adds the new Alpha Modulate Fixed effect to the end of a collection.
Namespace:
Aspose.Slides.Effects
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IAlphaModulateFixed AddAlphaModulateFixedEffect(
float amount
)
Public Function AddAlphaModulateFixedEffect (
amount As Single
) As IAlphaModulateFixed
public:
virtual IAlphaModulateFixed^ AddAlphaModulateFixedEffect(
float amount
) sealed
abstract AddAlphaModulateFixedEffect :
amount : float32 -> IAlphaModulateFixed
override AddAlphaModulateFixedEffect :
amount : float32 -> IAlphaModulateFixed Parameters
- amount
- Type: SystemSingle
The percentage amount to scale the alpha.
Return Value
Type:
IAlphaModulateFixedIndex of the new image effect in a collection.
Implements
IImageTransformOperationCollectionAddAlphaModulateFixedEffect(Single)
See Also