| com.lowagie.text.pdf.ExtendedColor com.lowagie.text.pdf.CMYKColor
CMYKColor | public class CMYKColor extends ExtendedColor (Code) | | author: Paulo Soares (psoares@consiste.pt) |
Constructor Summary | |
public | CMYKColor(int intCyan, int intMagenta, int intYellow, int intBlack) Constructs a CMYK Color beased on 4 colorvalues (values are integers from 0 to 255). | public | CMYKColor(float floatCyan, float floatMagenta, float floatYellow, float floatBlack) Construct a CMYK Color. |
CMYKColor | public CMYKColor(int intCyan, int intMagenta, int intYellow, int intBlack)(Code) | | Constructs a CMYK Color beased on 4 colorvalues (values are integers from 0 to 255).
Parameters: intCyan - Parameters: intMagenta - Parameters: intYellow - Parameters: intBlack - |
CMYKColor | public CMYKColor(float floatCyan, float floatMagenta, float floatYellow, float floatBlack)(Code) | | Construct a CMYK Color.
Parameters: floatCyan - Parameters: floatMagenta - Parameters: floatYellow - Parameters: floatBlack - |
getBlack | public float getBlack()(Code) | | the black value |
getCyan | public float getCyan()(Code) | | the cyan value |
getMagenta | public float getMagenta()(Code) | | the magenta value |
getYellow | public float getYellow()(Code) | | the yellow value |
hashCode | public int hashCode()(Code) | | |
|
|