AddTintEffect()

ImageTransformOperationCollection::AddTintEffect(float, float) method

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

System::SharedPtr<ITint> Aspose::Slides::Effects::ImageTransformOperationCollection::AddTintEffect(float hue, float amount) override

Arguments

ParameterTypeDescription
huefloatThe hue towards which to tint.
amountfloatSpecifies by how much the color value is shifted.

Return Value

Index of the new image effect in a collection.

See Also