mcSpatial2DFlags Enumeration
|
|
A collection of flags indicating the calibration's status.
Namespace:
MediaCy.IQL.Calibrations.NonLinear
Assembly:
MediaCy.IQL.Calibrations.NonLinear (in MediaCy.IQL.Calibrations.NonLinear.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcSpatial2DFlags
Members
| Member name | Value | Description |
---|
| mcs2fIsReference | 1 | If set, the calibration is a reference calibration |
| mcs2fIsSystem | 2 | If set, the calibration is the system calibration
mcs2fWasDerived = 0x00000100,
masks |
| mcs2fUserFlags | -65536 | |
| mcs2fAddFlags | -65281 | |
| mcs2fNoFlags | 0 | |
| mcs2fAllFlags | -1 | |
RemarksThe definition is copied from McCalLib
See Also