1% Copyright (C) 2001-2012 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.,  7 Mt. Lassen Drive - Suite A-134, San Rafael,
13% CA  94903, U.S.A., +1(415)492-9861, for further information.
14%
15
16% DefaultRGB color space resource.
17
18currentglobal true setglobal
19
20/DefaultRGB
21[ /CIEBasedABC
22	3 dict begin
23    /DecodeLMN [ {
24      dup 0.03928 le { 12.92321 div } { 0.055 add 1.055 div 2.4 exp } ifelse
25    } bind dup dup ] def
26    /MatrixLMN [
27      0.4360 0.2225 0.0139
28      0.3851 0.7169 0.09710
29      0.1431 0.0606 0.7139
30    ] def
31    /WhitePoint [0.9642 1.0 0.8249] def
32  currentdict end
33]
34/ColorSpace defineresource pop
35
36setglobal
37