EmbossEffect Class

Applies an emboss effect in grayscale.
Mt517904.EmbossEffect(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 EmbossEffect : IClosable, 
    IImageConsumer, IImageConsumer2, IImageProvider, IImageProvider2, IPropertyDescriptions
'Declaration
Public NotInheritable Class EmbossEffect
    Implements IClosable, IImageConsumer, IImageConsumer2, IImageProvider, 
    IImageProvider2, IPropertyDescriptions
public ref class EmbossEffect sealed : IClosable, 
    IImageConsumer, IImageConsumer2, IImageProvider, IImageProvider2, IPropertyDescriptions
Lumia.Imaging.Artistic.EmbossEffect = function();

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

Inheritance Hierarchy

System.Object
  Lumia.Imaging.Artistic.EmbossEffect

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

EmbossEffect.EmbossEffect Members

Lumia.Imaging.Artistic Namespace