RedEyeRemovalFilter Constructor (IReadOnlyList<Rect>)

Creates and initializes RedEyeRemovalFilter with specified eye areas and default removal mode.

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

Syntax

public RedEyeRemovalFilter(
    IReadOnlyList<Rect> eyeAreas
)
'Declaration
Public Sub New ( 
    eyeAreas As IReadOnlyList(Of Rect)
)
public:
RedEyeRemovalFilter(
    [InAttribute] IReadOnlyList<Rect>^ eyeAreas
)
Lumia.Imaging.Adjustments.RedEyeRemovalFilter = function(eyeAreas);

Parameters

  • eyeAreas
    Type: System.Collections.Generic.IReadOnlyList<Rect>
    Collection of rectangles (maximum 16), each specifying an area in the image containing one red eye to be removed. Expressed in the unit coordinate space of the image, i.e., the top left corner of the image is at (0, 0), and the bottom right corner is at (1, 1). Zero-sized areas and areas outside the image will be quietly ignored.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

RedEyeRemovalFilter Class

RedEyeRemovalFilter.RedEyeRemovalFilter Members

RedEyeRemovalFilter Overload

Lumia.Imaging.Adjustments Namespace