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
Parameter | Type | Description |
---|---|---|
hue | float | The hue towards which to tint. |
amount | float | Specifies by how much the color value is shifted. |
Return Value
Index of the new image effect in a collection.
See Also
- Typedef SharedPtr
- Class ITint
- Class ImageTransformOperationCollection
- Namespace Aspose::Slides::Effects
- Library Aspose.Slides