Java com.itextpdf.kernel.colors DeviceCmyk fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.kernel.colors DeviceCmyk fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.kernel.colors DeviceCmyk.

The text is from its open source code.

Constructor

DeviceCmyk(int c, int m, int y, int k)
Creates DeviceCmyk color by intensities of cyan, magenta, yellow and black colorants.
DeviceCmyk(float c, float m, float y, float k)
Creates DeviceCmyk color by intensities of cyan, magenta, yellow and black colorants.