AddTintEffect()

IImageTransformOperationCollection::AddTintEffect(float, float) method

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

virtual System::SharedPtr<ITint> Aspose::Slides::Effects::IImageTransformOperationCollection::AddTintEffect(float hue, float amount)=0

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