aboutsummaryrefslogtreecommitdiffstats
path: root/src/codegen/foproperties.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen/foproperties.xml')
-rw-r--r--src/codegen/foproperties.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/codegen/foproperties.xml b/src/codegen/foproperties.xml
index 335441e6c..0c8fd413a 100644
--- a/src/codegen/foproperties.xml
+++ b/src/codegen/foproperties.xml
@@ -1288,13 +1288,20 @@
<property>
<name>color-profile-name</name>
<inherited>false</inherited>
- <datatype>ToBeImplemented</datatype>
+ <datatype>String</datatype>
<default></default>
</property>
<property>
<name>rendering-intent</name>
<inherited>false</inherited>
- <datatype>ToBeImplemented</datatype>
+ <datatype>Enum</datatype>
+ <enumeration>
+ <value const="AUTO">auto</value>
+ <value const="PERCEPTUAL">perceptual</value>
+ <value const="RELATIVE_COLOMETRIC">relative-colorimetric</value>
+ <value const="SATURATION">saturation</value>
+ <value const="ABSOLUTE_COLORMETRIC">absolute-colorimetric</value>
+ </enumeration>
<default>auto</default>
</property>