AddBrightnessContrastEffect()

ImageTransformOperationCollection::AddBrightnessContrastEffect(float, float) method

Adds the new BrightnessContrast effect to the end of a collection.

System::SharedPtr<IBrightnessContrast> Aspose::Slides::Effects::ImageTransformOperationCollection::AddBrightnessContrastEffect(float brightness, float contrast) override

Arguments

ParameterTypeDescription
brightnessfloatThe percent to change the brightness.
contrastfloatThe percent to change the contrast.

Return Value

Index of the new image effect in a collection.

See Also