From 19e71503b1774789793a0cbb50ed09ccd367b7c1 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 16 Sep 2009 19:38:13 +0000 Subject: Added support for the #CMYK pseudo-profile supported by some commercial XSL implementations on the rgb-icc() function. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@815938 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/trunk/extensions.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/documentation') diff --git a/src/documentation/content/xdocs/trunk/extensions.xml b/src/documentation/content/xdocs/trunk/extensions.xml index a635205d2..107f6c5b3 100644 --- a/src/documentation/content/xdocs/trunk/extensions.xml +++ b/src/documentation/content/xdocs/trunk/extensions.xml @@ -226,6 +226,23 @@ to following pages. Here is an example of FO code creating such a table-header:< color space the CMYK value is converted to an sRGB value.

+
+ #CMYK pseudo-profile +

color rgb-icc(numeric, numeric, numeric, #CMYK, numeric, numeric, numeric, numeric)

+

+ The rgb-icc function will respond to a pseudo-profile called "#CMYK" + which indicates a device-specific CMYK color space. The "#CMYK" profile is implicitely + available and doesn't have to be (and cannot be) defined through an + fo:color-profile element. It is provided for compatibility with certain + commercial XSL-FO implementations. Please note that this is not part of the official + specification but rather a convention. The following two color specifications are + equivalent: +

+ +
Prepress Support -- cgit v1.2.3