Click or drag to resize

IMcCompositeHostDestLookupTables Property

The LookupTables property to set in the destination image.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property DestLookupTables As McLookupTables
	Get

Property Value

Type: McLookupTables
Remarks
The DestLookupTables is a read-ony global (i.e., without a parent image) McLookupTables object. There are four McLookupTable Items in the DestLookupTables; Item(0) is the luminance LUT, Item(1) is the Red LUT, Item(2) is the Green LUT and Item(3) is the Blue LUT. You may modify the Brightness, Contrast, Gamma and FreeForm properties in any of these LUT's. You may also set BlackLevel and WhiteLevel, but this will have no effect if the mcchsfBWTrueRangeDest Status bit is set.
See Also