Description
Get or set the response curve LUT length.
-
Property type
-
A Long value.
-
Syntax
-
object.Length [= value]
The Length Property syntax has these parts: |
| object | An expression evaluating to an object of type McLookupTable. | | value | A Long value. | Remarks
For integral image types, there are as many LUT elements as there are different possible pixel values in corresponding image channel, and the length cannot be set. Floating point images have 64K LUT values by default, but the length can be changed. Note: For multi-channel images, the length can only be set on the luminance intensity channel (Image.LookupTable, which is also the channel 0 lookup table).
|