Click or drag to resize

IMcDisplayEnableResponseLUT Property

Controls whether the ImageToDisplay.LookupTable 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 EnableResponseLUT As Boolean
	Get
	Set

Property Value

Type: Boolean
Remarks
If True has been set, the viewer will get the ImageToDisplay.LookupTable and will get the McLookupTable.ExtendedLutEx(mceltDisplay, FrameToDisplay) property to use to pseudo-color the image being displayed. Note that the image itself is not changed, just the view of the image. This property is True 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