InteractiveForegroundSegmenter.BackgroundColor Property
The color that represents the background annotations in the AnnotationsSource image.
Default value is blue (A = 255, R = 0, G = 0, B = 255).
Namespace: Lumia.Imaging.Compositing
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
Syntax
public Color BackgroundColor { get; set; }
'Declaration
Public Property BackgroundColor As Color
Get
Set
public:
virtual property Color BackgroundColor {
Color get () sealed;
void set (Color value) sealed;
}
function get_BackgroundColor();
function set_BackgroundColor(value);
Property Value
Type: Color
Version Information
Lumia Imaging SDK
Supported in: 3.0, 2.0
See Also
InteractiveForegroundSegmenter Class
InteractiveForegroundSegmenter.InteractiveForegroundSegmenter Members