AddBrightnessContrastEffect()
IImageTransformOperationCollection::AddBrightnessContrastEffect(float, float) method
Adds the new BrightnessContrast effect to the end of a collection.
virtual System::SharedPtr<IBrightnessContrast> Aspose::Slides::Effects::IImageTransformOperationCollection::AddBrightnessContrastEffect(float brightness, float contrast)=0
Arguments
Parameter | Type | Description |
---|---|---|
brightness | float | The percent to change the brightness. |
contrast | float | The percent to change the contrast. |
Return Value
Index of the new image effect in a collection.
See Also
- Typedef SharedPtr
- Class IBrightnessContrast
- Class IImageTransformOperationCollection
- Namespace Aspose::Slides::Effects
- Library Aspose.Slides