File: Postscript-Color.xml

package info (click to toggle)
foomatic-db 20200820-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 670,572 kB
  • sloc: xml: 326,326; sh: 153; makefile: 114; python: 8
file content (46 lines) | stat: -rw-r--r-- 1,353 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<option type="enum" id="opt/Postscript-Color">
  <arg_shortname>
    <en>ColorMode</en>
  </arg_shortname>
  <arg_longname>
    <en>Output Color</en>
  </arg_longname>
  <arg_execution>
    <arg_group>General</arg_group>
    <arg_order>150</arg_order>
    <arg_postscript />
  </arg_execution>
  <constraints>
    <constraint sense="false">
      <driver>Postscript</driver>
      <arg_defval>ev/Postscript-Color</arg_defval>
    </constraint>
    <constraint sense="true">
      <driver>Postscript</driver>
      <printer>printer/Fuji_Xerox-DocuPrint_CM305_df</printer>
      <arg_defval>ev/Postscript-Color</arg_defval>
    </constraint>
  </constraints>
  <enum_vals>
    <enum_val id="ev/Postscript-Color">
      <ev_longname>
        <en>Color</en>
      </ev_longname>
      <ev_shortname>
        <en>Color</en>
      </ev_shortname>
      <!-- For color mode leave the printer default unchanged since not
           every printer has /DeviceCMYK as the default color space . -->
      <ev_driverval></ev_driverval>
    </enum_val>
    <enum_val id="ev/Postscript-Mono">
      <ev_longname>
        <en>Black and White</en>
      </ev_longname>
      <ev_shortname>
        <en>Mono</en>
      </ev_shortname>
      <ev_driverval>&lt;&lt;/ProcessColorModel /DeviceGray&gt;&gt;setpagedevice</ev_driverval>
    </enum_val>
  </enum_vals>
</option>