SepiaEffect Constructor (IImageProvider)

Creates and initializes a new Sepia effect that uses the provided image source.

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

Syntax

public SepiaEffect(
    IImageProvider imageSource
)
'Declaration
Public Sub New ( 
    imageSource As IImageProvider
)
public:
SepiaEffect(
    [InAttribute] IImageProvider^ imageSource
)
Lumia.Imaging.Artistic.SepiaEffect = function(imageSource);

Parameters

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

SepiaEffect Class

SepiaEffect.SepiaEffect Members

SepiaEffect Overload

Lumia.Imaging.Artistic Namespace