Description

Get the calibration response LUT

Property type

A Variant value.  

Syntax

object.Lut([Index]) [= value]

The Lut Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McIntensityCalib.
IndexOptional. A Long value.

An index of -1 for the whole LUT, or 0 to LutCount-1 for a single value.

valueA 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.