MilkyEffect Class

Applies a milky surface to the image.
Mt562154.MilkyEffect(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 MilkyEffect : IClosable, 
    IImageConsumer, IImageConsumer2, IImageProvider, IImageProvider2
'Declaration
Public NotInheritable Class MilkyEffect
    Implements IClosable, IImageConsumer, IImageConsumer2, IImageProvider, 
    IImageProvider2
public ref class MilkyEffect sealed : IClosable, 
    IImageConsumer, IImageConsumer2, IImageProvider, IImageProvider2
Lumia.Imaging.Artistic.MilkyEffect = function();

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

Inheritance Hierarchy

System.Object
  Lumia.Imaging.Artistic.MilkyEffect

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

MilkyEffect.MilkyEffect Members

Lumia.Imaging.Artistic Namespace