You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
1.6 KiB

1 month ago
  1. % Copyright (C) 2001-2023 Artifex Software, Inc.
  2. % All Rights Reserved.
  3. %
  4. % This software is provided AS-IS with no warranty, either express or
  5. % implied.
  6. %
  7. % This software is distributed under license and may not be copied,
  8. % modified or distributed except as expressly authorized under the terms
  9. % of the license contained in the file LICENSE in this distribution.
  10. %
  11. % Refer to licensing information at http://www.artifex.com or contact
  12. % Artifex Software, Inc., 39 Mesa Street, Suite 108A, San Francisco,
  13. % CA 94129, USA, for further information.
  14. %
  15. % Cyan
  16. 1 0 0 0 setcmykcolor
  17. 0 0 50 50 rectfill
  18. .5 0 0 0 setcmykcolor
  19. 0 50 50 50 rectfill
  20. % Magenta
  21. 0 1 0 0 setcmykcolor
  22. 50 0 50 50 rectfill
  23. 0 0.5 0 0 setcmykcolor
  24. 50 50 50 50 rectfill
  25. % Yellow
  26. 0 0 1 0 setcmykcolor
  27. 100 0 50 50 rectfill
  28. 0 0 .5 0 setcmykcolor
  29. 100 50 50 50 rectfill
  30. % Black
  31. 0 0 0 1 setcmykcolor
  32. 150 0 50 50 rectfill
  33. 0 0 0 .5 setcmykcolor
  34. 150 50 50 50 rectfill
  35. % MuddyCyan
  36. [/Separation
  37. (MuddyCyan)
  38. /DeviceCMYK
  39. {
  40. 0.1 0.1 0
  41. }
  42. ] setcolorspace
  43. 1 setcolor
  44. 0 100 50 50 rectfill
  45. 0.5 setcolor
  46. 0 150 50 5000 rectfill
  47. % MuddyMagenta
  48. [/Separation
  49. (MuddyMagenta)
  50. /DeviceCMYK
  51. {
  52. 0.1 exch 0.1 0
  53. }
  54. ] setcolorspace
  55. 1 setcolor
  56. 50 100 50 50 rectfill
  57. 0.5 setcolor
  58. 50 150 50 5000 rectfill
  59. % MuddyYellow
  60. [/Separation
  61. (MuddyYellow)
  62. /DeviceCMYK
  63. {
  64. 0.1 exch 0.1 exch 0
  65. }
  66. ] setcolorspace
  67. 1 setcolor
  68. 100 100 50 50 rectfill
  69. 0.5 setcolor
  70. 100 150 50 5000 rectfill
  71. % MuddyBlack
  72. [/Separation
  73. (MuddyBlack)
  74. /DeviceCMYK
  75. {
  76. 0.1 exch 0.1 exch 0.1 exch
  77. }
  78. ] setcolorspace
  79. 1 setcolor
  80. 150 100 50 50 rectfill
  81. 0.5 setcolor
  82. 150 150 50 5000 rectfill
  83. showpage