Package com.openhtmltopdf.css.parser
Class FSCMYKColor
java.lang.Object
com.openhtmltopdf.css.parser.FSCMYKColor
- All Implemented Interfaces:
FSColor
-
Field Details
-
_cyan
private final float _cyan -
_magenta
private final float _magenta -
_yellow
private final float _yellow -
_black
private final float _black
-
-
Constructor Details
-
FSCMYKColor
public FSCMYKColor(float c, float m, float y, float k)
-
-
Method Details
-
getCyan
public float getCyan() -
getMagenta
public float getMagenta() -
getYellow
public float getYellow() -
getBlack
public float getBlack() -
toString
-
lightenColor
- Specified by:
lightenColor
in interfaceFSColor
-
darkenColor
- Specified by:
darkenColor
in interfaceFSColor
-
hashCode
public int hashCode() -
equals
-