home *** CD-ROM | disk | FTP | other *** search
- %%BeginResource: procset Adobe_cmykcolor 0 0
- currentpacking true setpacking
- userdict /Adobe_cmykcolor 4 dict dup begin put
- /initialize
- {
- /setcmykcolor where
- {
- pop
- }
- {
- userdict /Adobe_cmykcolor_vars 2 dict dup begin put
- /_setgray /setgray load def
- /_currentgray /currentgray load def
- Adobe_cmykcolor begin
- Adobe_cmykcolor
- {
- dup xcheck
- {
- bind
- } if
- pop pop
- } forall
- end
- end
- Adobe_cmykcolor begin
- } ifelse
- } def
- /terminate
- {
- currentdict Adobe_cmykcolor eq
- {
- end
- } if
- } def
- /setcmykcolor
- {
- exch .11 mul add exch .59 mul add exch .3 mul add 1 exch sub
- Adobe_cmykcolor_vars /_setgray get exec
- } def
- /currentcmykcolor
- {
- 0 0 0 1 Adobe_cmykcolor_vars /_currentgray get exec sub
- } def
- currentdict readonly pop end
- setpacking
- %%EndResource