Package org.xhtmlrenderer.css.parser
Class FSCMYKColor
java.lang.Object
org.xhtmlrenderer.css.parser.FSCMYKColor
- All Implemented Interfaces:
FSColor
-
Constructor Details
-
FSCMYKColor
public FSCMYKColor(float cyan, float magenta, float yellow, float black)
-
-
Method Details
-
getCyan
public float getCyan() -
getMagenta
public float getMagenta() -
getYellow
public float getYellow() -
getBlack
public float getBlack() -
toString
-
lightenColor
- Specified by:
lightenColorin interfaceFSColor
-
darkenColor
- Specified by:
darkenColorin interfaceFSColor
-