com.lowagie.text.pdf
public class CMYKColor extends ExtendedColor
Field Summary | |
---|---|
float | black |
float | cyan |
float | magenta |
static long | serialVersionUID |
float | yellow |
Constructor Summary | |
---|---|
CMYKColor(int intCyan, int intMagenta, int intYellow, int intBlack)
Constructs a CMYK Color beased on 4 colorvalues (values are integers from 0 to 255). | |
CMYKColor(float floatCyan, float floatMagenta, float floatYellow, float floatBlack)
Construct a CMYK Color. |
Method Summary | |
---|---|
boolean | equals(Object obj) |
float | getBlack() |
float | getCyan() |
float | getMagenta() |
float | getYellow() |
int | hashCode() |
Parameters: intCyan intMagenta intYellow intBlack
Parameters: floatCyan floatMagenta floatYellow floatBlack
Returns: the black value
Returns: the cyan value
Returns: the magenta value
Returns: the yellow value