Share via


LevelsEffect.Black Property

The position of the black saturating point.

Range [0.0, 1.0]. The value of black should be smaller than, or equal to the value of white.

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

Syntax

public double Black { get; set; }
'Declaration
Public Property Black As Double
    Get
    Set
public:
virtual property double Black {
    double get () sealed;
    void set (double value) sealed;
}
function get_Black();
function set_Black(value);

Property Value

Type: Double

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

LevelsEffect Class

LevelsEffect.LevelsEffect Members

Lumia.Imaging.Adjustments Namespace