ISpectral Data
Interface describing spectral data obtained from a measurement
Inheritors
Functions
Wavelength spacing (eg - 10 nm)
Scan mode for this measurement (one of ScanMode.M0, ScanMode.M1, or ScanMode.M2)
Spectral reflectance values. Each entry i
in this array corresponds to a wavelength value in lambda at the same index.
Provides an interpolated reflectance value at a specified wavelength value using natural cubic spines. The cubic splines are evaluated at the points specified by lambda and value. Interpolated values are evaluated using natural cubic splines.
Provides color data from this measurement for the specified illuminant and observer white point. Result is null
if an invalid white point is specified.
Provides an sRGB value for this measurement for the specified illuminant and observer white point. Result is null
if an invalid white point is specified.
Provides absolute density values for this measurement for the specified density status evaluated as per ISO 5-3:2009, or null
if the LicenseFeature.DENSITY_DATA feature is not enabled for the current license. See also LicenseManager.Shared.isFeatureEnabled.
Provides an sRGB value for this measurement for the specified illuminant and observer white point. Result is null
if an invalid white point is specified.