home *** CD-ROM | disk | FTP | other *** search
- % Copyright (c) 1986-1993 Frame Technology Corporation.
- gsave clippath 1 setgray fill grestore
- /FMcmyk 100 dict def
- /FMc {
- FMcmyk length FMcmyk maxlength ge { /FMcmyk FMcmyk dup length dup add dict copy def } if
- 4 array astore 4 1 roll 8 bitshift add 8 bitshift add exch FMcmyk 3 1 roll put
- } bind def
- /setcmykcolor where { pop
- /sc where { pop /sc load 0 get /scignore eq {
- /FMsc /sc load def
- /sc { 3 copy 8 bitshift add 8 bitshift add FMcmyk 1 index known
- { FMcmyk exch get aload pop setcmykcolor pop pop pop } { pop FMsc } ifelse
- } bind def
- } if } if
- } if
-