AddAlphaModulateFixedEffect()

ImageTransformOperationCollection::AddAlphaModulateFixedEffect(float) method

Adds the new Alpha Modulate Fixed effect to the end of a collection.

System::SharedPtr<IAlphaModulateFixed> Aspose::Slides::Effects::ImageTransformOperationCollection::AddAlphaModulateFixedEffect(float amount) override

Arguments

ParameterTypeDescription
amountfloatThe percentage amount to scale the alpha.

Return Value

Index of the new image effect in a collection.

See Also