Share via


ColorSwapEffect.IsMonoColor Property

Specifies if the other colors should be converted to grayscale or be preserved.

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

Syntax

public bool IsMonoColor { get; set; }
'Declaration
Public Property IsMonoColor As Boolean
    Get
    Set
public:
virtual property bool IsMonoColor {
    bool get () sealed;
    void set (bool value) sealed;
}
function get_IsMonoColor();
function set_IsMonoColor(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