Description
Get the calibration response LUT
-
Property type
-
A Variant value.
-
Syntax
-
object.Lut([Index]) [= value]
The Lut Property syntax has these parts: |
| object | An expression evaluating to an object of type McIntensityCalib. | | Index | Optional. A Long value. An index of -1 for the whole LUT, or 0 to LutCount-1 for a single value.
| | value | A Variant value. | Remarks
The calibration response LUT is used to lookup calibrated values given gray levels. For gray levels that fall between LUT entries, the program linearly interpolates the value. See Type for details.
|