InteractiveForegroundSegmenter.ForegroundColor Property

The color that represents the foreground annotations in the AnnotationsSource image.

Default value is red (R = 255, G = 0, B = 0).

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

Syntax

public Color ForegroundColor { get; set; }
'Declaration
Public Property ForegroundColor As Color
    Get
    Set
public:
virtual property Color ForegroundColor {
    Color get () sealed;
    void set (Color value) sealed;
}
function get_ForegroundColor();
function set_ForegroundColor(value);

Property Value

Type: Color

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

InteractiveForegroundSegmenter Class

InteractiveForegroundSegmenter.InteractiveForegroundSegmenter Members

Lumia.Imaging.Compositing Namespace