GrayscaleNegativeEffect Class

Converts the image to a grayscale negative.
Mt562912.GrayscaleNegativeEffect(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 GrayscaleNegativeEffect : IClosable, 
    IImageConsumer, IImageConsumer2, IImageProvider, IImageProvider2
'Declaration
Public NotInheritable Class GrayscaleNegativeEffect
    Implements IClosable, IImageConsumer, IImageConsumer2, IImageProvider, 
    IImageProvider2
public ref class GrayscaleNegativeEffect sealed : IClosable, 
    IImageConsumer, IImageConsumer2, IImageProvider, IImageProvider2
Lumia.Imaging.Artistic.GrayscaleNegativeEffect = function();

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

Inheritance Hierarchy

System.Object
  Lumia.Imaging.Artistic.GrayscaleNegativeEffect

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

GrayscaleNegativeEffect.GrayscaleNegativeEffect Members

Lumia.Imaging.Artistic Namespace