IMcIntensityCalibIsEquivalent Method
|
|
Return whether the supplied calibration is equivalent to this calibration.
Namespace:
MediaCy.IQL.Calibrations
Assembly:
MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
SyntaxFunction IsEquivalent (
pReference As McIntensityCalib,
Optional bIgnoreName As Boolean = true
) As Boolean
Parameters
- pReference
- Type: MediaCy.IQL.CalibrationsMcIntensityCalib
- bIgnoreName (Optional)
- Type: SystemBoolean
Return Value
Type:
BooleanBoolean TRUE if equivalent
RemarksA calibration can be considered equivalent if the following properties of the calibration
are the same as this calibration:
UnitName
Type
InputMin
InputMax
UnitAbbrev
LutCount
Additionally, the following properties of mcitOD calibrations must be the same:
ODBlackLevel
ODIncidentLevel
or the following properties of mcitFreeForm calibrations:
FittingMode
LutPositive
LutMonotonic
Sample points (set by SetSamplePoints)
See Also