AddLuminanceEffect

IImageTransformOperationCollection.AddLuminanceEffect method

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

public ILuminance AddLuminanceEffect(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