DIMcImageEvents_EventLutChanged Event

Event fired when an McImage.LookupTables property LUT is realise.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Event LutChanged As DIMcImageEvents_LutChangedEventHandler

Value

Type: MediaCy.IQL.EngineDIMcImageEvents_LutChangedEventHandler
Remarks
This event is not fired until McLookupTable.Realize is called, even if McLookupTable property assigments have been made that make the last LUT accessed out-of-date (i.e., McLookupTable.Modified has gone True).
See Also