LomoEffect Constructor (IImageProvider, Double, Double, LomoVignetting, LomoStyle)

Creates and initializes a new LomoEffect with specified image source and settings.

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

Syntax

public LomoEffect(
    IImageProvider imageSource,
    double brightness,
    double saturation,
    LomoVignetting vignetting,
    LomoStyle style
)
'Declaration
Public Sub New ( 
    imageSource As IImageProvider,
    brightness As Double,
    saturation As Double,
    vignetting As LomoVignetting,
    style As LomoStyle
)
public:
LomoEffect(
    [InAttribute] IImageProvider^ imageSource, 
    [InAttribute] double brightness, 
    [InAttribute] double saturation, 
    [InAttribute] LomoVignetting vignetting, 
    [InAttribute] LomoStyle style
)
Lumia.Imaging.Artistic.LomoEffect = function(imageSource, brightness, saturation, vignetting, style);

Parameters

  • brightness
    Type: System.Double
    The brightness adjustment.

    Range [0.0, 1.0], where 0.0 gives a bright image and 1.0 a dark image.

  • saturation
    Type: System.Double
    The color saturation adjustment. Range [0.0, 1.0], where 0.0 implies no saturation.

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

LomoEffect Class

LomoEffect.LomoEffect Members

LomoEffect Overload

Lumia.Imaging.Artistic Namespace