OverlayBitmap.ColorMode Property

Set the color mode of this OverlayBitmap. The color mode determines whether the overlay bitmap is painted in color or in grayscale. The images provided by the video capture device are converted into the selected format before drawing the overlay.
Syntax:
Public ColorMode As OverlayColorModes
Information:

Introduced in IC Imaging Control 3.0

Example:

The following code fragment shows how to draw colored overlay graphics on grayscale live video:

See also: OverlayBitmap, OverlayColorModes

<< ICImagingControl.OverlayBitmap