LevelsFilter Constructor (Double, Double, Double)

Creates and initializes a new LevelsFilter with specified settings.

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

Syntax

public LevelsFilter(
    double white,
    double gray,
    double black
)
'Declaration
Public Sub New ( 
    white As Double,
    gray As Double,
    black As Double
)
public:
LevelsFilter(
    [InAttribute] double white, 
    [InAttribute] double gray, 
    [InAttribute] double black
)
Lumia.Imaging.Adjustments.LevelsFilter = function(white, gray, black);

Parameters

  • white
    Type: System.Double
    The position of the white saturating point.

    Range [0.0, 1.0].

  • gray
    Type: System.Double
    The relative position of the middle gray point.

    Range [0.0, 1.0], where 0.0 is at the bright saturating point and 1.0 is at the dark saturating point.

  • black
    Type: System.Double
    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.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

LevelsFilter Class

LevelsFilter.LevelsFilter Members

LevelsFilter Overload

Lumia.Imaging.Adjustments Namespace