Java com.lowagie.text.pdf CMYKColor fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text.pdf CMYKColor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text.pdf CMYKColor.

The text is from its open source code.

Constructor

CMYKColor(int intCyan, int intMagenta, int intYellow, int intBlack)
Constructs a CMYK Color based on 4 color values (values are integers from 0 to 255).
CMYKColor(float floatCyan, float floatMagenta, float floatYellow, float floatBlack)
Construct a CMYK Color.