AddBrightnessContrastEffect

ImageTransformOperationCollection.AddBrightnessContrastEffect method

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

public IBrightnessContrast AddBrightnessContrastEffect(float brightness, float contrast)
ParameterTypeDescription
brightnessSingleThe percent to change the brightness.
contrastSingleThe percent to change the contrast.

Return Value

Index of the new image effect in a collection.

See Also