AddHSLEffect()

ImageTransformOperationCollection::AddHSLEffect(float, float, float) method

Adds the new Hue/Saturation/Luminance effect to the end of a collection.

System::SharedPtr<IHSL> Aspose::Slides::Effects::ImageTransformOperationCollection::AddHSLEffect(float hue, float saturation, float luminance) override

Arguments

ParameterTypeDescription
huefloatThe number of degrees by which the hue is adjusted.
saturationfloatThe percentage by which the saturation is adjusted.
luminancefloatThe percentage by which the luminance is adjusted.

Return Value

Index of the new image effect in a collection.

See Also