AddTintEffect
ImageTransformOperationCollection.AddTintEffect method
Adds the new Tint effect to the end of a collection.
public ITint AddTintEffect(float hue, float amount)
| Parameter | Type | Description |
|---|---|---|
| hue | Single | The hue towards which to tint. |
| amount | Single | Specifies by how much the color value is shifted. |
Return Value
Index of the new image effect in a collection.
See Also
- interface ITint
- class ImageTransformOperationCollection
- namespace Aspose.Slides.Effects
- assembly Aspose.Slides