Click or drag to resize

IMcIntensityCalibLutPositive Property

Get the Positive LUT flag

Namespace:  MediaCy.IQL.Calibrations
Assembly:  MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
Syntax
VB
Property LutPositive As Boolean
	Get
	Set

Property Value

Type: Boolean
Remarks
When the LUT is calculated from calibration points, there is a possibility that the curve described by the LUT will have negative values. In real-life situations, negative values are not possible. This flag guaranties that the LUT is clipped by the y=0 axis.
See Also