ImageAligner.UseColorCorrection Property

If color correction should be used or not.

Default value is True.

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

Syntax

public bool UseColorCorrection { get; set; }
'Declaration
Public Property UseColorCorrection As Boolean
    Get
    Set
public:
virtual property bool UseColorCorrection {
    bool get () sealed;
    void set (bool value) sealed;
}
function get_UseColorCorrection();
function set_UseColorCorrection(value);

Property Value

Type: Boolean

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

ImageAligner Class

ImageAligner.ImageAligner Members

Lumia.Imaging.Transforms Namespace