home *** CD-ROM | disk | FTP | other *** search
- %%BeginProcSet: Adobe_cmykcolor 0 0
- % cmykcolor Operators
- % Version 1.1 1/23/1989
- % Copyright (C) 1987, 1988, 1989
- % Adobe Systems Incorporated
- % All Rights Reserved
- currentpacking true setpacking
- userdict /Adobe_cmykcolor 4 dict dup begin put
- /initialize % - initialize -
- {
- /setcmykcolor where
- {
- pop
- }
- {
- userdict /Adobe_cmykcolor_vars 2 dict dup begin put
- /_setrgbcolor
- /setrgbcolor load def
- /_currentrgbcolor
- /currentrgbcolor load def
- Adobe_cmykcolor begin
- Adobe_cmykcolor
- {
- dup xcheck
- {
- bind
- } if
- pop pop
- } forall
- end
- end
- Adobe_cmykcolor begin
- } ifelse
- } def
- /terminate % - terminate -
- {
- currentdict Adobe_cmykcolor eq
- {
- end
- } if
- } def
- /setcmykcolor % cyan magenta yellow black setcmykcolor -
- {
- 1 sub 4 1 roll
- 3
- {
- 3 index add neg dup 0 lt
- {
- pop 0
- } if
- 3 1 roll
- } repeat
- Adobe_cmykcolor_vars /_setrgbcolor get exec
- pop
- } def
- /currentcmykcolor % - currentcmykcolor cyan magenta yellow black
- {
- Adobe_cmykcolor_vars /_currentrgbcolor get exec
- 3
- {
- 1 sub neg 3 1 roll
- } repeat
- 0
- } def
- currentdict readonly pop end
- setpacking
- %%EndProcSet
-