IDensityData

interface IDensityData

Interface describing density data

Since

4.0.2

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val autoIndex: Int

Indicates which channel (0 - 3) in value has the strongest response, with greyness override.

Link copied to clipboard
abstract val mode: ScanMode

Scan mode for this value (one of ScanMode.M0, ScanMode.M1, or ScanMode.M2).

Link copied to clipboard
abstract val status: DensityStatus

Density status for this value (one of DensityStatus.A, DensityStatus.E, DensityStatus.I, or DensityStatus.T)

Link copied to clipboard
abstract val statusLabel: String

Density status label for this value

Link copied to clipboard
abstract val value: DoubleArray

Density values (4 channels, CMYK order)