CmykDisplay
Overview
CmykDisplay is a class in Aspose.PDF FOSS for Java.
Display-oriented DeviceCMYK → sRGB conversion (ISO 32000-1:2008, §8.6.4.4).
This class provides 2 methods for working with CmykDisplay objects in Java programs.
Available methods include: toRGBInt.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Methods
| Signature | Description |
|---|---|
toRGBInt(c: double, m: double, y: double, k: double) → int | Converts CMYK components (each 0..1) to a packed ARGB int using the |
| analytical process-ink mixing model described in the class doc. | |
toRGBInt(comps: double[]) → int | Array variant for the {@link ColorSpaceBase#toRGBInt(double[])} pipeline. |