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
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 IImageTransformOperationCollection
- Namespace Aspose::Slides::Effects
- Library Aspose.Slides