AlphaToGrayscaleEffect Class

Copies the alpha channel in the image to the color channels, resulting in a grayscale representation of the alpha channel.

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

Syntax

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

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

Inheritance Hierarchy

System.Object
  Lumia.Imaging.Compositing.AlphaToGrayscaleEffect

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

AlphaToGrayscaleEffect.AlphaToGrayscaleEffect Members

Lumia.Imaging.Compositing Namespace