IMcImageLookupTables Property
|
|
The image's default LUT collection.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxReadOnly Property LookupTables As McLookupTables
Get
Property Value
Type:
McLookupTables
RemarksGray scale images only have one LUT. Tri-color images have 4 LUTs:
luminance LUT McLookupTables.Item(0), and One for each color channel,
McLookupTables.Item(1 through 3).
See Also