Package-level declarations

Types

Link copied to clipboard
class ColorData(@Size(value = 3) xyz: DoubleArray, val reference: ReferenceWhite, val mode: ScanMode = ScanMode.M2) : IColorData

Class describing colorimetry data

Link copied to clipboard

Color math utility functions

Link copied to clipboard

Enum describing the possible status of commands executed by the Nix device, as provided in the OnDeviceResultListener.

Link copied to clipboard
class DensityData(lambda: IntArray, reflectance: FloatArray, val mode: ScanMode = ScanMode.M2, val status: DensityStatus = DensityStatus.T) : IDensityData

Class describing density data

Link copied to clipboard

Enum to describe the available options for density status

Link copied to clipboard

Class describing the supported properties and methods for a Nix device.

Link copied to clipboard

Class responsible for discovering nearby Nix devices.

Link copied to clipboard

Enum describing the possible states of the IDeviceCompat

Link copied to clipboard

Enum describing the possible causes of a device disconnection event in the IDeviceCompat.OnDeviceStateChangeListener

Link copied to clipboard

Enum to describe the supported Nix device types

Link copied to clipboard
class DeviceVersion(val string: String)

Class to describe Nix device revisions

Link copied to clipboard
interface IColorData

Interface describing colorimetry data

Link copied to clipboard
interface IDensityData

Interface describing density data

Link copied to clipboard

Interface describing the supported properties and methods for a Nix device. IDeviceCompat objects are found nearby using the DeviceScanner.

Link copied to clipboard
interface IDeviceScanner
Link copied to clipboard

Enum to describe the available options for reference illuminant

Link copied to clipboard

Interface defining the properties and methods provided by Nix device measurements

Link copied to clipboard
interface ISpectralData

Interface describing spectral data obtained from a measurement

Link copied to clipboard

Enum describing the optional features that can be enabled by the LicenseManager. Feature availability can be queried using LicenseManager.Shared.isFeatureEnabled.

Link copied to clipboard

Class used to manage the license for the Nix Universal SDK. Members of this class are not instantiated or accessed directly. Access to a single shared instance is provided via LicenseManager.Shared.

Link copied to clipboard

Enum describing the possible states of the LicenseManager.

Link copied to clipboard

Class describing measurement data from a Nix device

Link copied to clipboard

Enum to describe the available options for reference observer

Link copied to clipboard

Definition for a callback providing the command result, invoked after executing an asynchronous command on an IDeviceCompat instance.

Link copied to clipboard

Reference white point constants for valid combinations of Illuminant and Observer

Link copied to clipboard

Enum to describe the measurements modes used by Nix devices

Link copied to clipboard
class SpectralData(val lambda: IntArray, val value: FloatArray, val mode: ScanMode = ScanMode.M2) : ISpectralData

Class describing spectral data obtained from a measurement