AddHSLEffect
ImageTransformOperationCollection.AddHSLEffect method
Adds the new Hue/Saturation/Luminance effect to the end of a collection.
public IHSL AddHSLEffect(float hue, float saturation, float luminance)
| Parameter | Type | Description | 
|---|---|---|
| hue | Single | The number of degrees by which the hue is adjusted. | 
| saturation | Single | The percentage by which the saturation is adjusted. | 
| luminance | Single | The percentage by which the luminance is adjusted. | 
Return Value
Index of the new image effect in a collection.
See Also
- interface IHSL
 - class ImageTransformOperationCollection
 - namespace Aspose.Slides.Effects
 - assembly Aspose.Slides