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

SignatureDescription
toRGBInt(c: double, m: double, y: double, k: double)intConverts 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[])intArray variant for the {@link ColorSpaceBase#toRGBInt(double[])} pipeline.

See Also