RedEyeRemovalEffect Class

An effect that removes red eyes from a collection of defined eye areas.

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

Syntax

public sealed class RedEyeRemovalEffect : IClosable, 
    IImageConsumer, IImageConsumer2, IImageProvider, IImageProvider2
'Declaration
Public NotInheritable Class RedEyeRemovalEffect
    Implements IClosable, IImageConsumer, IImageConsumer2, IImageProvider, 
    IImageProvider2
public ref class RedEyeRemovalEffect sealed : IClosable, 
    IImageConsumer, IImageConsumer2, IImageProvider, IImageProvider2
Lumia.Imaging.Adjustments.RedEyeRemovalEffect = function();

Type.createClass(
    'Lumia.Imaging.Adjustments.RedEyeRemovalEffect',
    null,
    Windows.Foundation.IClosable,
    Lumia.Imaging.IImageConsumer,
    Lumia.Imaging.IImageConsumer2,
    Lumia.Imaging.IImageProvider,
    Lumia.Imaging.IImageProvider2);

Inheritance Hierarchy

System.Object
  Lumia.Imaging.Adjustments.RedEyeRemovalEffect

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

RedEyeRemovalEffect.RedEyeRemovalEffect Members

Lumia.Imaging.Adjustments Namespace