Share via


LevelsEffect.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

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

LevelsEffect Class

LevelsEffect.LevelsEffect Members

Lumia.Imaging.Adjustments Namespace