LevelsFilter.White Property

The position of the white saturating point. The value of white should be larger than, or equal to the value of black.

Range [0.0, 1.0].

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

Syntax

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

Property Value

Type: Double

Remarks

Default is 1.0.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

LevelsFilter Class

LevelsFilter.LevelsFilter Members

Lumia.Imaging.Adjustments Namespace