Share via


ColorSwapEffect.SwapLuminance Property

Controls if the luminance should be included in the color swap.

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

Syntax

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

Property Value

Type: Boolean

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

ColorSwapEffect Class

ColorSwapEffect.ColorSwapEffect Members

Lumia.Imaging.Artistic Namespace