Share via


LevelsFilter.Gray Property

The relative position of the middle gray point.

Range [0.0, 1.0], where 0.0 is at the white saturating point and 1.0 is at the black saturating point.

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

Syntax

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

Property Value

Type: Double

Remarks

Default is 0.5.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

LevelsFilter Class

LevelsFilter.LevelsFilter Members

Lumia.Imaging.Adjustments Namespace