InteractiveSegmentationMaskRectifier.AnnotationsColor Property

InteractiveSegmentationMaskRectifier AnnotationsColor Property Lumia Imaging SDK

The color that represents the annotations in the AnnotationsSource image.

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

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

Syntax

C#

VB

C++

F#

View ColorizedCopy to ClipboardPrint

  public Color AnnotationsColor { get; set; }
public Color AnnotationsColor { get; set; }
  Public Property AnnotationsColor As Color 
	Get 
	Set
Public Property AnnotationsColor As Color 
	Get 
	Set
  public:
virtual property Color AnnotationsColor {
	Color get () sealed;
	void set (Color value) sealed;
}
public:
virtual property Color AnnotationsColor {
	Color get () sealed;
	void set (Color value) sealed;
}

JavaScript

View ColorizedCopy to ClipboardPrint

  function get_AnnotationsColor();
function set_AnnotationsColor(value);
function get_AnnotationsColor();
function set_AnnotationsColor(value);

Property Value

Type: Color

Remarks

The alpha channel of the color is ignored.

See Also

InteractiveSegmentationMaskRectifier Class

Lumia.Imaging.Compositing Namespace