EasyImage::GetOverlayColor

EasyImage::SetOverlayColor

Gets/Sets the color of the overlay in the destination image when a BW8 Image is used as overlay source image in functions.

Namespace: Euresys::Open_eVision

[C++]

static EC24 GetOverlayColor()

static void SetOverlayColor(EC24 color)

Remarks

Note. When a C24 Image is used as overlay source image, the color of the overlay in destination image is the same as the one in the overlay source image, thus allowing multi colored overlays.

EasyImage.OverlayColor

Gets/Sets the color of the overlay in the destination image when a BW8 Image is used as overlay source image in functions.

Namespace: Euresys.Open_eVision

[C#]

static Euresys.Open_eVision.EC24 OverlayColor

{ get; set; }

Remarks

Note. When a C24 Image is used as overlay source image, the color of the overlay in destination image is the same as the one in the overlay source image, thus allowing multi colored overlays.