AddHSLEffect()
IImageTransformOperationCollection::AddHSLEffect(float, float, float) method
Adds the new Hue/Saturation/Luminance effect to the end of a collection.
virtual System::SharedPtr<IHSL> Aspose::Slides::Effects::IImageTransformOperationCollection::AddHSLEffect(float hue, float saturation, float luminance)=0
Arguments
Parameter | Type | Description |
---|---|---|
hue | float | The number of degrees by which the hue is adjusted. |
saturation | float | The percentage by which the saturation is adjusted. |
luminance | float | The percentage by which the luminance is adjusted. |
Return Value
Index of the new image effect in a collection.
See Also
- Typedef SharedPtr
- Class IHSL
- Class IImageTransformOperationCollection
- Namespace Aspose::Slides::Effects
- Library Aspose.Slides