BlendFilter.Level Property
The factor of interpolation between the result of the blend operation and the original image.
Range [0.0, 1.0], where 0.0 gives a result identical to the source image and 1.0 means the result of the blend operation is fully visible.
Namespace: Lumia.Imaging.Compositing
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
Syntax
public double Level { get; set; }
'Declaration
Public Property Level As Double
Get
Set
public:
virtual property double Level {
double get () sealed;
void set (double value) sealed;
}
function get_Level();
function set_Level(value);
Property Value
Type: Double
Remarks
This value is multiplied with the alpha of the ForegroundSource (if MaskSource is null) or with the "gray" value from the MaskSource if it exists.
Default is 1.0.
Version Information
Lumia Imaging SDK
Supported in: 2.0