IMcLookupTable2Length Property
|
|
Get or set the curve LUT length.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
RemarksFor integral image types with McImage.Type.BitsPerChannel of 16 or
less, there are as many LUT elements as there are different possible pixel
values in the ancestor McImage.Type.BitsPerChannel. For integral image types
where BitsPerChannel is greater than 16, the Length is fixed at 64K (65536)
Floating point images have 64K (65536) LUT values by default, but the length can be
changed to any value between 256 and 65536. Lengths less than 256 or greater than 64K
are illegal.
For lookup tables without an ancestor image, the default Length is 256, but it
may be assigned to a different value by setting the McLookupTables.LutType to some
McImageType with float pixel type.
For multi-channel images, the length can only be assigned on the luminance intensity
channel, McImage.LookupTable, which is also the channel 0 McImage.LookupTables.Item(0).
See Also