BrightnessEffect Constructor (IImageProvider, Double)

Creates and initializes a new Brightness effect that uses the provided image source and brightness level.

Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

public:
BrightnessEffect(
	[InAttribute] IImageProvider^ imageSource, 
	[InAttribute] double level
)

Parameters

imageSource
Type: Lumia.Imaging::IImageProvider
An image source for the effect.
level
Type: System::Double

The brightness level.

Range [-1.0, 1.0], where 0.0 results in no adjustment.

Lumia Imaging SDK

Supported in: 3.0
Show: