ContrastEffect Constructor (IImageProvider, Double)
Creates and initializes a new Contrast effect that uses the provided image source and level.
Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
public: ContrastEffect( [InAttribute] IImageProvider^ imageSource, [InAttribute] double level )
Parameters
- imageSource
- Type: Lumia.Imaging::IImageProvider
An image source for the effect.
- level
- Type: System::Double
The contrast level.Range [-1.0, 1.0], where values below zero decrease contrast and above zero increase it.
Show: