IMcLookupTablesItem Property
|
|
Get a look-up-table (LUT) attached to an image.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxReadOnly Default Property Item (
Optional Index As Object = 0
) As McLookupTable
Get
Parameters
- Index (Optional)
- Type: SystemObject
An index (long) or the name (String) of one of the LUTs.
Property Value
Type:
McLookupTable
RemarksImages have one LUT per channel, plus one luminance LUT for
color images. LUTs are created on demand (i.e. when their
interface is queried or when Count is called).
The index can be a zero-based numerical index. For color images, 0 = luminance
1 = red, 2 = green, 3 = blue. It can also be the name of the LUT (e.g. "Red").
See Also