home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Freeware 31 / FreelogHS31.iso / PDF / Ghostscript / gs860w32.exe / gs8.60 / Resource / ColorSpace / DefaultGray < prev    next >
Text File  |  2007-06-06  |  1KB  |  32 lines

  1. %    Copyright (C) 2003 Artifex Software, Inc.  All rights reserved.
  2. %
  3. % This software is provided AS-IS with no warranty, either express or
  4. % implied.
  5. %
  6. % This software is distributed under license and may not be copied,
  7. % modified or distributed except as expressly authorized under the terms
  8. % of the license contained in the file LICENSE in this distribution.
  9. %
  10. % For more information about licensing, please refer to
  11. % http://www.ghostscript.com/licensing/. For information on
  12. % commercial licensing, go to http://www.artifex.com/licensing/ or
  13. % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
  14. % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
  15.  
  16. % $Id: DefaultGray 8022 2007-06-05 22:23:38Z giles $
  17. % DefaultGray color space resource.
  18.  
  19. currentglobal true setglobal
  20.  
  21. /DefaultGray
  22. [ /CIEBasedA
  23.   3 dict begin
  24.      /WhitePoint [ 0.9505 1.0 1.089 ] def
  25.      /DecodeLMN  [ { 1.8 exp } bind dup dup ] bind def
  26.      /MatrixLMN  [ 0.4439 0.2522 0.0436 0.3341 0.6371 0.1387 0.1725 0.1107 0.9067 ] def
  27.   currentdict end
  28. ]
  29. /ColorSpace defineresource pop
  30.  
  31. setglobal
  32.