AddAlphaReplaceEffect

IImageTransformOperationCollection.AddAlphaReplaceEffect method

Adds the new Alpha Replace effect to the end of a collection.

public IAlphaReplace AddAlphaReplaceEffect(float alpha)
ParameterTypeDescription
alphaSingleThe new opacity value.

Return Value

Index of the new image effect in a collection.

See Also