AddTintEffect

IImageTransformOperationCollection.AddTintEffect method

Adds the new Tint effect to the end of a collection.

public ITint AddTintEffect(float hue, float amount)
ParameterTypeDescription
hueSingleThe hue towards which to tint.
amountSingleSpecifies by how much the color value is shifted.

Return Value

Index of the new image effect in a collection.

See Also