次の方法で共有


MonoColorFilter.PreserveColor Property

The color that will be preserved.

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

Syntax

public Color PreserveColor { get; set; }
'Declaration
Public Property PreserveColor As Color
    Get
    Set
public:
virtual property Color PreserveColor {
    Color get () sealed;
    void set (Color value) sealed;
}
function get_PreserveColor();
function set_PreserveColor(value);

Property Value

Type: Color

Remarks

Default is (0,0,0)

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

MonoColorFilter Class

MonoColorFilter.MonoColorFilter Members

Lumia.Imaging.Artistic Namespace