AntiqueEffect Class

Produces the look of an old color photo.

Mt562616.AntiqueEffect(en-us,WIN.10).jpg

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

Syntax

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

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

Inheritance Hierarchy

System.Object
  Lumia.Imaging.Artistic.AntiqueEffect

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

AntiqueEffect.AntiqueEffect Members

Lumia.Imaging.Artistic Namespace