]> source.dussan.org Git - xmlgraphics-fop.git/commit
Added support for the cie-lab-color() function that is found in the current XSL 2...
authorJeremias Maerki <jeremias@apache.org>
Wed, 30 Jun 2010 12:36:00 +0000 (12:36 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 30 Jun 2010 12:36:00 +0000 (12:36 +0000)
commitbad25566ec069e65be02053aaac8f6cbabaa3c38
treef7e0938f12ad2b3abff866a8a01613495718dd06
parentfdb20deabe93eade9c6903b98904e19de2ae49c2
Added support for the cie-lab-color() function that is found in the current XSL 2.0 design notes.
Some refactoring of ColorUtil to reduce code duplication.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@959286 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/fo/expr/CIELabColorFunction.java [new file with mode: 0644]
src/java/org/apache/fop/fo/expr/PropertyParser.java
src/java/org/apache/fop/pdf/PDFCIELabColorSpace.java [new file with mode: 0644]
src/java/org/apache/fop/pdf/PDFColorHandler.java
src/java/org/apache/fop/pdf/PDFName.java
src/java/org/apache/fop/util/ColorUtil.java