IMeasurement Data
Functions
Device type that was used to make this measurement.
Scan mode for this measurement (one of ScanMode.M0, ScanMode.M1, or ScanMode.M2)
Provides a spectral data object from this measurement, or null
if spectral data is not available. See also providesSpectral.
Flag indicating if temperature compensation was applied to the calibrated output for this measurement. Value is null
if the device did not support temperature measurements.
Delta E value between this measurement and factory reference. Value is non-null for measurement values from IDeviceCompat.runFieldCalibration and null
in all other cases.
Flag indicating if in-field profiling corrections / white reference tile measurements were applied to the calibrated output data. Value is null
if the device did not support in-field profiling.
Flag describing the units for the reported temperature measurement. When true
, temperature values are 'real' (floating point, degrees C). When false
, temperatures are reported on an arbitrary raw scale. Value is null
if the device did not support temperature measurements.
Returns true
if color data for the selected combination of illuminant and observer are available for this measurement.
Provides color data from this measurement for the specified illuminant and observer white point. Result is null
if the specified white point is not available for this measurement.
Provides an sRGB value (as a ColorInt
) for this measurement for the specified illuminant and observer white point. Result is null
if the specified white point is not available for this measurement.
Provides absolute density values for this measurement for the specified density status evaluated as per ISO 5-3:2009, or null
if density data is not available. See also providesDensity.
Provides an sRGB value for this measurement for the specified illuminant and observer white point. Result is null
if the specified white point is not available for this measurement.