Click or drag to resize

IMcLookupTablesLoad Method

This function loads intensity and color adjustments that have been saved.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Sub Load ( 
	Source As Object
)

Parameters

Source
Type: SystemObject
Remarks
Source can be either a file name or an IStorage object. The FileName parameter can be left blank which will cause a File Open dialog to prompt the user to select the calibration file to save. The LUT changed image event will be fired after the load.
See Also