Click or drag to resize

IMcDisplayEnableDisplayLUT Property

Controls whether the DisplayLUT property is used to modify the display

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

Property Value

Type: Boolean
Remarks
If true and a DisplayLUT has been set, the viewer will use the DisplayLUT to pseudo-color the image being displayed. Note that the image itself is not changed, just the view of the image. This property is False by default. If both EnableDisplayLUT and EnableResponseLUT are True, then EnableDisplayLUT takes precedence and the DisplayLUT is used for the output lookup tables. If EnableDisplayLUT is set True and blending is going on with the BlendingStyle mvbsBlendUsesDestLUT flag set, then the blending image will also be displayed through the DisplayLUT.
See Also