Click or drag to resize

IMcDisplayBlendingStyle Property

A property that describes the method of combining the display image and the blending image.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Property BlendingStyle As mcViewBlendStyle
	Get
	Set

Property Value

Type: mcViewBlendStyle
Remarks
Blending styles include: mvbsNormal, the default. mvbsLighter, and mvbsDarker. Normally, each pixel displayed is the sum of the ImageToDisplay and the Blending image, each adjusted by the Blending Factor. When mvbsLighter is selected, then blending only occurs if the real image pixel is brighter than the corresponding blending image pixel. When mvbsDarker is selected, then blending ony occurs when the real image pixel is less than the corresponding blending image pixel.
See Also