AddAlphaBiLevelEffect()

ImageTransformOperationCollection::AddAlphaBiLevelEffect(float) method

Adds the new Alpha Bi-Level effect to the end of a collection.

System::SharedPtr<IAlphaBiLevel> Aspose::Slides::Effects::ImageTransformOperationCollection::AddAlphaBiLevelEffect(float threshold) override

Arguments

ParameterTypeDescription
thresholdfloatThe threshold value for the alpha bi-level effect.

Return Value

Index of the new image effect in a collection.

See Also