Mercurial > mplayer.hg
annotate libmpdemux/qtpalette.h @ 26146:20a126aaa756
ve_vfw.c: #include aviheader.h instead of wine avifmt.h
Compilation was broken after libmpdemux/muxer.h started including
libmpdemux/aviheader.h. ve_vfw.c included both muxer.h and
loader/wine/avifmt.h, and the latter has definitions that conflict with
aviheader.h ones. Fix by removing the avifmt.h include.
I did not carefully check that changing the includes doesn't break
any ve_vfw.c code. However it at least fixes compilation, and if the
avifmt.h versions differ in some significant way then the code is
fundamentally broken anyway: ve_vfw cannot use different versions of
the avi struct definitions when it also uses shared muxer.h types
(those must use the standard definitions to keep the type compatible
with what's used in other files).
author | uau |
---|---|
date | Thu, 06 Mar 2008 01:57:26 +0000 |
parents | 4129c8cfa742 |
children | d643e4643313 |
rev | line source |
---|---|
4332 | 1 // Default Palettes for Quicktime Files |
2 // Automatically generated from a utility derived from XAnim: | |
3 // http://xanim.va.pubnix.com/home.html | |
4 | |
26029 | 5 #ifndef MPLAYER_QTPALETTE_H |
6 #define MPLAYER_QTPALETTE_H | |
4332 | 7 |
25708 | 8 static const unsigned char qt_default_palette_4[4 * 4] = { |
4371 | 9 0x5E, 0x65, 0x93, 0x00, |
4332 | 10 0xFF, 0xFF, 0xFF, 0x00, |
4371 | 11 0xAB, 0xD0, 0xDF, 0x00, |
4332 | 12 0x00, 0x00, 0x00, 0x00 |
13 }; | |
14 | |
25708 | 15 static const unsigned char qt_default_palette_16[16 * 4] = { |
4332 | 16 0xFF, 0xFB, 0xFF, 0x00, |
4371 | 17 0xBB, 0xD9, 0xEF, 0x00, |
18 0xB1, 0xC9, 0xE8, 0x00, | |
19 0x5E, 0x65, 0x93, 0x00, | |
20 0xE8, 0xDE, 0xFC, 0x00, | |
21 0x91, 0x88, 0x9D, 0x00, | |
4332 | 22 0xFF, 0xFF, 0xFF, 0x00, |
23 0xFF, 0xFF, 0xFF, 0x00, | |
24 0xFF, 0xFF, 0xFF, 0x00, | |
4371 | 25 0x37, 0x48, 0x47, 0x00, |
26 0x55, 0x5E, 0x7A, 0x00, | |
27 0xAB, 0xD0, 0xDF, 0x00, | |
28 0xF9, 0xFB, 0xFF, 0x00, | |
29 0xC5, 0xCA, 0xE8, 0x00, | |
30 0x77, 0x7C, 0x8A, 0x00, | |
4332 | 31 0x00, 0x00, 0x00, 0x00 |
32 }; | |
33 | |
25708 | 34 static const unsigned char qt_default_palette_256[256 * 4] = { |
4371 | 35 /* 0, 0x00 */ 0xFF, 0xFF, 0xFF, 0x00, |
36 /* 1, 0x01 */ 0xCC, 0xFF, 0xFF, 0x00, | |
37 /* 2, 0x02 */ 0x99, 0xFF, 0xFF, 0x00, | |
38 /* 3, 0x03 */ 0x66, 0xFF, 0xFF, 0x00, | |
39 /* 4, 0x04 */ 0x33, 0xFF, 0xFF, 0x00, | |
40 /* 5, 0x05 */ 0x00, 0xFF, 0xFF, 0x00, | |
41 /* 6, 0x06 */ 0xFF, 0xCC, 0xFF, 0x00, | |
42 /* 7, 0x07 */ 0xCC, 0xCC, 0xFF, 0x00, | |
43 /* 8, 0x08 */ 0x99, 0xCC, 0xFF, 0x00, | |
44 /* 9, 0x09 */ 0x66, 0xCC, 0xFF, 0x00, | |
45 /* 10, 0x0A */ 0x33, 0xCC, 0xFF, 0x00, | |
46 /* 11, 0x0B */ 0x00, 0xCC, 0xFF, 0x00, | |
47 /* 12, 0x0C */ 0xFF, 0x99, 0xFF, 0x00, | |
48 /* 13, 0x0D */ 0xCC, 0x99, 0xFF, 0x00, | |
49 /* 14, 0x0E */ 0x99, 0x99, 0xFF, 0x00, | |
50 /* 15, 0x0F */ 0x66, 0x99, 0xFF, 0x00, | |
51 /* 16, 0x10 */ 0x33, 0x99, 0xFF, 0x00, | |
52 /* 17, 0x11 */ 0x00, 0x99, 0xFF, 0x00, | |
53 /* 18, 0x12 */ 0xFF, 0x66, 0xFF, 0x00, | |
54 /* 19, 0x13 */ 0xCC, 0x66, 0xFF, 0x00, | |
55 /* 20, 0x14 */ 0x99, 0x66, 0xFF, 0x00, | |
56 /* 21, 0x15 */ 0x66, 0x66, 0xFF, 0x00, | |
57 /* 22, 0x16 */ 0x33, 0x66, 0xFF, 0x00, | |
58 /* 23, 0x17 */ 0x00, 0x66, 0xFF, 0x00, | |
59 /* 24, 0x18 */ 0xFF, 0x33, 0xFF, 0x00, | |
60 /* 25, 0x19 */ 0xCC, 0x33, 0xFF, 0x00, | |
61 /* 26, 0x1A */ 0x99, 0x33, 0xFF, 0x00, | |
62 /* 27, 0x1B */ 0x66, 0x33, 0xFF, 0x00, | |
63 /* 28, 0x1C */ 0x33, 0x33, 0xFF, 0x00, | |
64 /* 29, 0x1D */ 0x00, 0x33, 0xFF, 0x00, | |
65 /* 30, 0x1E */ 0xFF, 0x00, 0xFF, 0x00, | |
66 /* 31, 0x1F */ 0xCC, 0x00, 0xFF, 0x00, | |
67 /* 32, 0x20 */ 0x99, 0x00, 0xFF, 0x00, | |
68 /* 33, 0x21 */ 0x66, 0x00, 0xFF, 0x00, | |
69 /* 34, 0x22 */ 0x33, 0x00, 0xFF, 0x00, | |
70 /* 35, 0x23 */ 0x00, 0x00, 0xFF, 0x00, | |
71 /* 36, 0x24 */ 0xFF, 0xFF, 0xCC, 0x00, | |
72 /* 37, 0x25 */ 0xCC, 0xFF, 0xCC, 0x00, | |
73 /* 38, 0x26 */ 0x99, 0xFF, 0xCC, 0x00, | |
74 /* 39, 0x27 */ 0x66, 0xFF, 0xCC, 0x00, | |
75 /* 40, 0x28 */ 0x33, 0xFF, 0xCC, 0x00, | |
76 /* 41, 0x29 */ 0x00, 0xFF, 0xCC, 0x00, | |
77 /* 42, 0x2A */ 0xFF, 0xCC, 0xCC, 0x00, | |
78 /* 43, 0x2B */ 0xCC, 0xCC, 0xCC, 0x00, | |
79 /* 44, 0x2C */ 0x99, 0xCC, 0xCC, 0x00, | |
80 /* 45, 0x2D */ 0x66, 0xCC, 0xCC, 0x00, | |
81 /* 46, 0x2E */ 0x33, 0xCC, 0xCC, 0x00, | |
82 /* 47, 0x2F */ 0x00, 0xCC, 0xCC, 0x00, | |
83 /* 48, 0x30 */ 0xFF, 0x99, 0xCC, 0x00, | |
84 /* 49, 0x31 */ 0xCC, 0x99, 0xCC, 0x00, | |
85 /* 50, 0x32 */ 0x99, 0x99, 0xCC, 0x00, | |
86 /* 51, 0x33 */ 0x66, 0x99, 0xCC, 0x00, | |
87 /* 52, 0x34 */ 0x33, 0x99, 0xCC, 0x00, | |
88 /* 53, 0x35 */ 0x00, 0x99, 0xCC, 0x00, | |
89 /* 54, 0x36 */ 0xFF, 0x66, 0xCC, 0x00, | |
90 /* 55, 0x37 */ 0xCC, 0x66, 0xCC, 0x00, | |
91 /* 56, 0x38 */ 0x99, 0x66, 0xCC, 0x00, | |
92 /* 57, 0x39 */ 0x66, 0x66, 0xCC, 0x00, | |
93 /* 58, 0x3A */ 0x33, 0x66, 0xCC, 0x00, | |
94 /* 59, 0x3B */ 0x00, 0x66, 0xCC, 0x00, | |
95 /* 60, 0x3C */ 0xFF, 0x33, 0xCC, 0x00, | |
96 /* 61, 0x3D */ 0xCC, 0x33, 0xCC, 0x00, | |
97 /* 62, 0x3E */ 0x99, 0x33, 0xCC, 0x00, | |
98 /* 63, 0x3F */ 0x66, 0x33, 0xCC, 0x00, | |
99 /* 64, 0x40 */ 0x33, 0x33, 0xCC, 0x00, | |
100 /* 65, 0x41 */ 0x00, 0x33, 0xCC, 0x00, | |
101 /* 66, 0x42 */ 0xFF, 0x00, 0xCC, 0x00, | |
102 /* 67, 0x43 */ 0xCC, 0x00, 0xCC, 0x00, | |
103 /* 68, 0x44 */ 0x99, 0x00, 0xCC, 0x00, | |
104 /* 69, 0x45 */ 0x66, 0x00, 0xCC, 0x00, | |
105 /* 70, 0x46 */ 0x33, 0x00, 0xCC, 0x00, | |
106 /* 71, 0x47 */ 0x00, 0x00, 0xCC, 0x00, | |
107 /* 72, 0x48 */ 0xFF, 0xFF, 0x99, 0x00, | |
108 /* 73, 0x49 */ 0xCC, 0xFF, 0x99, 0x00, | |
109 /* 74, 0x4A */ 0x99, 0xFF, 0x99, 0x00, | |
110 /* 75, 0x4B */ 0x66, 0xFF, 0x99, 0x00, | |
111 /* 76, 0x4C */ 0x33, 0xFF, 0x99, 0x00, | |
112 /* 77, 0x4D */ 0x00, 0xFF, 0x99, 0x00, | |
113 /* 78, 0x4E */ 0xFF, 0xCC, 0x99, 0x00, | |
114 /* 79, 0x4F */ 0xCC, 0xCC, 0x99, 0x00, | |
115 /* 80, 0x50 */ 0x99, 0xCC, 0x99, 0x00, | |
116 /* 81, 0x51 */ 0x66, 0xCC, 0x99, 0x00, | |
117 /* 82, 0x52 */ 0x33, 0xCC, 0x99, 0x00, | |
118 /* 83, 0x53 */ 0x00, 0xCC, 0x99, 0x00, | |
119 /* 84, 0x54 */ 0xFF, 0x99, 0x99, 0x00, | |
120 /* 85, 0x55 */ 0xCC, 0x99, 0x99, 0x00, | |
121 /* 86, 0x56 */ 0x99, 0x99, 0x99, 0x00, | |
122 /* 87, 0x57 */ 0x66, 0x99, 0x99, 0x00, | |
123 /* 88, 0x58 */ 0x33, 0x99, 0x99, 0x00, | |
124 /* 89, 0x59 */ 0x00, 0x99, 0x99, 0x00, | |
125 /* 90, 0x5A */ 0xFF, 0x66, 0x99, 0x00, | |
126 /* 91, 0x5B */ 0xCC, 0x66, 0x99, 0x00, | |
127 /* 92, 0x5C */ 0x99, 0x66, 0x99, 0x00, | |
128 /* 93, 0x5D */ 0x66, 0x66, 0x99, 0x00, | |
129 /* 94, 0x5E */ 0x33, 0x66, 0x99, 0x00, | |
130 /* 95, 0x5F */ 0x00, 0x66, 0x99, 0x00, | |
131 /* 96, 0x60 */ 0xFF, 0x33, 0x99, 0x00, | |
132 /* 97, 0x61 */ 0xCC, 0x33, 0x99, 0x00, | |
133 /* 98, 0x62 */ 0x99, 0x33, 0x99, 0x00, | |
134 /* 99, 0x63 */ 0x66, 0x33, 0x99, 0x00, | |
135 /* 100, 0x64 */ 0x33, 0x33, 0x99, 0x00, | |
136 /* 101, 0x65 */ 0x00, 0x33, 0x99, 0x00, | |
137 /* 102, 0x66 */ 0xFF, 0x00, 0x99, 0x00, | |
138 /* 103, 0x67 */ 0xCC, 0x00, 0x99, 0x00, | |
139 /* 104, 0x68 */ 0x99, 0x00, 0x99, 0x00, | |
140 /* 105, 0x69 */ 0x66, 0x00, 0x99, 0x00, | |
141 /* 106, 0x6A */ 0x33, 0x00, 0x99, 0x00, | |
142 /* 107, 0x6B */ 0x00, 0x00, 0x99, 0x00, | |
143 /* 108, 0x6C */ 0xFF, 0xFF, 0x66, 0x00, | |
144 /* 109, 0x6D */ 0xCC, 0xFF, 0x66, 0x00, | |
145 /* 110, 0x6E */ 0x99, 0xFF, 0x66, 0x00, | |
146 /* 111, 0x6F */ 0x66, 0xFF, 0x66, 0x00, | |
147 /* 112, 0x70 */ 0x33, 0xFF, 0x66, 0x00, | |
148 /* 113, 0x71 */ 0x00, 0xFF, 0x66, 0x00, | |
149 /* 114, 0x72 */ 0xFF, 0xCC, 0x66, 0x00, | |
150 /* 115, 0x73 */ 0xCC, 0xCC, 0x66, 0x00, | |
151 /* 116, 0x74 */ 0x99, 0xCC, 0x66, 0x00, | |
152 /* 117, 0x75 */ 0x66, 0xCC, 0x66, 0x00, | |
153 /* 118, 0x76 */ 0x33, 0xCC, 0x66, 0x00, | |
154 /* 119, 0x77 */ 0x00, 0xCC, 0x66, 0x00, | |
155 /* 120, 0x78 */ 0xFF, 0x99, 0x66, 0x00, | |
156 /* 121, 0x79 */ 0xCC, 0x99, 0x66, 0x00, | |
157 /* 122, 0x7A */ 0x99, 0x99, 0x66, 0x00, | |
158 /* 123, 0x7B */ 0x66, 0x99, 0x66, 0x00, | |
159 /* 124, 0x7C */ 0x33, 0x99, 0x66, 0x00, | |
160 /* 125, 0x7D */ 0x00, 0x99, 0x66, 0x00, | |
161 /* 126, 0x7E */ 0xFF, 0x66, 0x66, 0x00, | |
162 /* 127, 0x7F */ 0xCC, 0x66, 0x66, 0x00, | |
163 /* 128, 0x80 */ 0x99, 0x66, 0x66, 0x00, | |
164 /* 129, 0x81 */ 0x66, 0x66, 0x66, 0x00, | |
165 /* 130, 0x82 */ 0x33, 0x66, 0x66, 0x00, | |
166 /* 131, 0x83 */ 0x00, 0x66, 0x66, 0x00, | |
167 /* 132, 0x84 */ 0xFF, 0x33, 0x66, 0x00, | |
168 /* 133, 0x85 */ 0xCC, 0x33, 0x66, 0x00, | |
169 /* 134, 0x86 */ 0x99, 0x33, 0x66, 0x00, | |
170 /* 135, 0x87 */ 0x66, 0x33, 0x66, 0x00, | |
171 /* 136, 0x88 */ 0x33, 0x33, 0x66, 0x00, | |
172 /* 137, 0x89 */ 0x00, 0x33, 0x66, 0x00, | |
173 /* 138, 0x8A */ 0xFF, 0x00, 0x66, 0x00, | |
174 /* 139, 0x8B */ 0xCC, 0x00, 0x66, 0x00, | |
175 /* 140, 0x8C */ 0x99, 0x00, 0x66, 0x00, | |
176 /* 141, 0x8D */ 0x66, 0x00, 0x66, 0x00, | |
177 /* 142, 0x8E */ 0x33, 0x00, 0x66, 0x00, | |
178 /* 143, 0x8F */ 0x00, 0x00, 0x66, 0x00, | |
179 /* 144, 0x90 */ 0xFF, 0xFF, 0x33, 0x00, | |
180 /* 145, 0x91 */ 0xCC, 0xFF, 0x33, 0x00, | |
181 /* 146, 0x92 */ 0x99, 0xFF, 0x33, 0x00, | |
182 /* 147, 0x93 */ 0x66, 0xFF, 0x33, 0x00, | |
183 /* 148, 0x94 */ 0x33, 0xFF, 0x33, 0x00, | |
184 /* 149, 0x95 */ 0x00, 0xFF, 0x33, 0x00, | |
185 /* 150, 0x96 */ 0xFF, 0xCC, 0x33, 0x00, | |
186 /* 151, 0x97 */ 0xCC, 0xCC, 0x33, 0x00, | |
187 /* 152, 0x98 */ 0x99, 0xCC, 0x33, 0x00, | |
188 /* 153, 0x99 */ 0x66, 0xCC, 0x33, 0x00, | |
189 /* 154, 0x9A */ 0x33, 0xCC, 0x33, 0x00, | |
190 /* 155, 0x9B */ 0x00, 0xCC, 0x33, 0x00, | |
191 /* 156, 0x9C */ 0xFF, 0x99, 0x33, 0x00, | |
192 /* 157, 0x9D */ 0xCC, 0x99, 0x33, 0x00, | |
193 /* 158, 0x9E */ 0x99, 0x99, 0x33, 0x00, | |
194 /* 159, 0x9F */ 0x66, 0x99, 0x33, 0x00, | |
195 /* 160, 0xA0 */ 0x33, 0x99, 0x33, 0x00, | |
196 /* 161, 0xA1 */ 0x00, 0x99, 0x33, 0x00, | |
197 /* 162, 0xA2 */ 0xFF, 0x66, 0x33, 0x00, | |
198 /* 163, 0xA3 */ 0xCC, 0x66, 0x33, 0x00, | |
199 /* 164, 0xA4 */ 0x99, 0x66, 0x33, 0x00, | |
200 /* 165, 0xA5 */ 0x66, 0x66, 0x33, 0x00, | |
201 /* 166, 0xA6 */ 0x33, 0x66, 0x33, 0x00, | |
202 /* 167, 0xA7 */ 0x00, 0x66, 0x33, 0x00, | |
203 /* 168, 0xA8 */ 0xFF, 0x33, 0x33, 0x00, | |
204 /* 169, 0xA9 */ 0xCC, 0x33, 0x33, 0x00, | |
205 /* 170, 0xAA */ 0x99, 0x33, 0x33, 0x00, | |
206 /* 171, 0xAB */ 0x66, 0x33, 0x33, 0x00, | |
207 /* 172, 0xAC */ 0x33, 0x33, 0x33, 0x00, | |
208 /* 173, 0xAD */ 0x00, 0x33, 0x33, 0x00, | |
209 /* 174, 0xAE */ 0xFF, 0x00, 0x33, 0x00, | |
210 /* 175, 0xAF */ 0xCC, 0x00, 0x33, 0x00, | |
211 /* 176, 0xB0 */ 0x99, 0x00, 0x33, 0x00, | |
212 /* 177, 0xB1 */ 0x66, 0x00, 0x33, 0x00, | |
213 /* 178, 0xB2 */ 0x33, 0x00, 0x33, 0x00, | |
214 /* 179, 0xB3 */ 0x00, 0x00, 0x33, 0x00, | |
215 /* 180, 0xB4 */ 0xFF, 0xFF, 0x00, 0x00, | |
216 /* 181, 0xB5 */ 0xCC, 0xFF, 0x00, 0x00, | |
217 /* 182, 0xB6 */ 0x99, 0xFF, 0x00, 0x00, | |
218 /* 183, 0xB7 */ 0x66, 0xFF, 0x00, 0x00, | |
219 /* 184, 0xB8 */ 0x33, 0xFF, 0x00, 0x00, | |
220 /* 185, 0xB9 */ 0x00, 0xFF, 0x00, 0x00, | |
221 /* 186, 0xBA */ 0xFF, 0xCC, 0x00, 0x00, | |
222 /* 187, 0xBB */ 0xCC, 0xCC, 0x00, 0x00, | |
223 /* 188, 0xBC */ 0x99, 0xCC, 0x00, 0x00, | |
224 /* 189, 0xBD */ 0x66, 0xCC, 0x00, 0x00, | |
225 /* 190, 0xBE */ 0x33, 0xCC, 0x00, 0x00, | |
226 /* 191, 0xBF */ 0x00, 0xCC, 0x00, 0x00, | |
227 /* 192, 0xC0 */ 0xFF, 0x99, 0x00, 0x00, | |
228 /* 193, 0xC1 */ 0xCC, 0x99, 0x00, 0x00, | |
229 /* 194, 0xC2 */ 0x99, 0x99, 0x00, 0x00, | |
230 /* 195, 0xC3 */ 0x66, 0x99, 0x00, 0x00, | |
231 /* 196, 0xC4 */ 0x33, 0x99, 0x00, 0x00, | |
232 /* 197, 0xC5 */ 0x00, 0x99, 0x00, 0x00, | |
233 /* 198, 0xC6 */ 0xFF, 0x66, 0x00, 0x00, | |
234 /* 199, 0xC7 */ 0xCC, 0x66, 0x00, 0x00, | |
235 /* 200, 0xC8 */ 0x99, 0x66, 0x00, 0x00, | |
236 /* 201, 0xC9 */ 0x66, 0x66, 0x00, 0x00, | |
237 /* 202, 0xCA */ 0x33, 0x66, 0x00, 0x00, | |
238 /* 203, 0xCB */ 0x00, 0x66, 0x00, 0x00, | |
239 /* 204, 0xCC */ 0xFF, 0x33, 0x00, 0x00, | |
240 /* 205, 0xCD */ 0xCC, 0x33, 0x00, 0x00, | |
241 /* 206, 0xCE */ 0x99, 0x33, 0x00, 0x00, | |
242 /* 207, 0xCF */ 0x66, 0x33, 0x00, 0x00, | |
243 /* 208, 0xD0 */ 0x33, 0x33, 0x00, 0x00, | |
244 /* 209, 0xD1 */ 0x00, 0x33, 0x00, 0x00, | |
245 /* 210, 0xD2 */ 0xFF, 0x00, 0x00, 0x00, | |
246 /* 211, 0xD3 */ 0xCC, 0x00, 0x00, 0x00, | |
247 /* 212, 0xD4 */ 0x99, 0x00, 0x00, 0x00, | |
248 /* 213, 0xD5 */ 0x66, 0x00, 0x00, 0x00, | |
249 /* 214, 0xD6 */ 0x33, 0x00, 0x00, 0x00, | |
250 /* 215, 0xD7 */ 0x00, 0x00, 0xEE, 0x00, | |
251 /* 216, 0xD8 */ 0x00, 0x00, 0xDD, 0x00, | |
252 /* 217, 0xD9 */ 0x00, 0x00, 0xBB, 0x00, | |
253 /* 218, 0xDA */ 0x00, 0x00, 0xAA, 0x00, | |
254 /* 219, 0xDB */ 0x00, 0x00, 0x88, 0x00, | |
255 /* 220, 0xDC */ 0x00, 0x00, 0x77, 0x00, | |
256 /* 221, 0xDD */ 0x00, 0x00, 0x55, 0x00, | |
257 /* 222, 0xDE */ 0x00, 0x00, 0x44, 0x00, | |
258 /* 223, 0xDF */ 0x00, 0x00, 0x22, 0x00, | |
259 /* 224, 0xE0 */ 0x00, 0x00, 0x11, 0x00, | |
260 /* 225, 0xE1 */ 0x00, 0xEE, 0x00, 0x00, | |
261 /* 226, 0xE2 */ 0x00, 0xDD, 0x00, 0x00, | |
262 /* 227, 0xE3 */ 0x00, 0xBB, 0x00, 0x00, | |
263 /* 228, 0xE4 */ 0x00, 0xAA, 0x00, 0x00, | |
264 /* 229, 0xE5 */ 0x00, 0x88, 0x00, 0x00, | |
265 /* 230, 0xE6 */ 0x00, 0x77, 0x00, 0x00, | |
266 /* 231, 0xE7 */ 0x00, 0x55, 0x00, 0x00, | |
267 /* 232, 0xE8 */ 0x00, 0x44, 0x00, 0x00, | |
268 /* 233, 0xE9 */ 0x00, 0x22, 0x00, 0x00, | |
269 /* 234, 0xEA */ 0x00, 0x11, 0x00, 0x00, | |
270 /* 235, 0xEB */ 0xEE, 0x00, 0x00, 0x00, | |
271 /* 236, 0xEC */ 0xDD, 0x00, 0x00, 0x00, | |
272 /* 237, 0xED */ 0xBB, 0x00, 0x00, 0x00, | |
273 /* 238, 0xEE */ 0xAA, 0x00, 0x00, 0x00, | |
274 /* 239, 0xEF */ 0x88, 0x00, 0x00, 0x00, | |
275 /* 240, 0xF0 */ 0x77, 0x00, 0x00, 0x00, | |
276 /* 241, 0xF1 */ 0x55, 0x00, 0x00, 0x00, | |
277 /* 242, 0xF2 */ 0x44, 0x00, 0x00, 0x00, | |
278 /* 243, 0xF3 */ 0x22, 0x00, 0x00, 0x00, | |
279 /* 244, 0xF4 */ 0x11, 0x00, 0x00, 0x00, | |
280 /* 245, 0xF5 */ 0xEE, 0xEE, 0xEE, 0x00, | |
281 /* 246, 0xF6 */ 0xDD, 0xDD, 0xDD, 0x00, | |
282 /* 247, 0xF7 */ 0xBB, 0xBB, 0xBB, 0x00, | |
283 /* 248, 0xF8 */ 0xAA, 0xAA, 0xAA, 0x00, | |
284 /* 249, 0xF9 */ 0x88, 0x88, 0x88, 0x00, | |
285 /* 250, 0xFA */ 0x77, 0x77, 0x77, 0x00, | |
286 /* 251, 0xFB */ 0x55, 0x55, 0x55, 0x00, | |
287 /* 252, 0xFC */ 0x44, 0x44, 0x44, 0x00, | |
288 /* 253, 0xFD */ 0x22, 0x22, 0x22, 0x00, | |
289 /* 254, 0xFE */ 0x11, 0x11, 0x11, 0x00, | |
290 /* 255, 0xFF */ 0x00, 0x00, 0x00, 0x00 | |
4332 | 291 }; |
292 | |
25708 | 293 static const unsigned char qt_default_grayscale_palette_16[16 * 4] = { |
10796
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
294 0xFF, 0xFF, 0xFF, 0xFF, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
295 0xEE, 0xEE, 0xEE, 0xEE, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
296 0xDD, 0xDD, 0xDD, 0xDD, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
297 0xCC, 0xCC, 0xCC, 0xCC, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
298 0xBB, 0xBB, 0xBB, 0xBB, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
299 0xAA, 0xAA, 0xAA, 0xAA, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
300 0x99, 0x99, 0x99, 0x99, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
301 0x88, 0x88, 0x88, 0x88, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
302 0x77, 0x77, 0x77, 0x77, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
303 0x66, 0x66, 0x66, 0x66, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
304 0x55, 0x55, 0x55, 0x55, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
305 0x44, 0x44, 0x44, 0x44, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
306 0x33, 0x33, 0x33, 0x33, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
307 0x22, 0x22, 0x22, 0x22, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
308 0x11, 0x11, 0x11, 0x11, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
309 0x00, 0x00, 0x00, 0x00 |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
310 }; |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
311 |
25708 | 312 static const unsigned char qt_default_grayscale_palette_256[256 * 4] = { |
10796
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
313 /* 0, 0x00 */ 0xFF, 0xFF, 0xFF, 0xFF, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
314 /* 1, 0x01 */ 0xFE, 0xFE, 0xFE, 0xFE, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
315 /* 2, 0x02 */ 0xFD, 0xFD, 0xFD, 0xFD, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
316 /* 3, 0x03 */ 0xFC, 0xFC, 0xFC, 0xFC, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
317 /* 4, 0x04 */ 0xFB, 0xFB, 0xFB, 0xFB, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
318 /* 5, 0x05 */ 0xFA, 0xFA, 0xFA, 0xFA, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
319 /* 6, 0x06 */ 0xF9, 0xF9, 0xF9, 0xF9, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
320 /* 7, 0x07 */ 0xF8, 0xF8, 0xF8, 0xF8, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
321 /* 8, 0x08 */ 0xF7, 0xF7, 0xF7, 0xF7, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
322 /* 9, 0x09 */ 0xF6, 0xF6, 0xF6, 0xF6, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
323 /* 10, 0x0A */ 0xF5, 0xF5, 0xF5, 0xF5, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
324 /* 11, 0x0B */ 0xF4, 0xF4, 0xF4, 0xF4, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
325 /* 12, 0x0C */ 0xF3, 0xF3, 0xF3, 0xF3, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
326 /* 13, 0x0D */ 0xF2, 0xF2, 0xF2, 0xF2, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
327 /* 14, 0x0E */ 0xF1, 0xF1, 0xF1, 0xF1, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
328 /* 15, 0x0F */ 0xF0, 0xF0, 0xF0, 0xF0, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
329 /* 16, 0x10 */ 0xEF, 0xEF, 0xEF, 0xEF, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
330 /* 17, 0x11 */ 0xEE, 0xEE, 0xEE, 0xEE, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
331 /* 18, 0x12 */ 0xED, 0xED, 0xED, 0xED, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
332 /* 19, 0x13 */ 0xEC, 0xEC, 0xEC, 0xEC, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
333 /* 20, 0x14 */ 0xEB, 0xEB, 0xEB, 0xEB, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
334 /* 21, 0x15 */ 0xEA, 0xEA, 0xEA, 0xEA, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
335 /* 22, 0x16 */ 0xE9, 0xE9, 0xE9, 0xE9, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
336 /* 23, 0x17 */ 0xE8, 0xE8, 0xE8, 0xE8, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
337 /* 24, 0x18 */ 0xE7, 0xE7, 0xE7, 0xE7, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
338 /* 25, 0x19 */ 0xE6, 0xE6, 0xE6, 0xE6, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
339 /* 26, 0x1A */ 0xE5, 0xE5, 0xE5, 0xE5, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
340 /* 27, 0x1B */ 0xE4, 0xE4, 0xE4, 0xE4, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
341 /* 28, 0x1C */ 0xE3, 0xE3, 0xE3, 0xE3, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
342 /* 29, 0x1D */ 0xE2, 0xE2, 0xE2, 0xE2, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
343 /* 30, 0x1E */ 0xE1, 0xE1, 0xE1, 0xE1, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
344 /* 31, 0x1F */ 0xE0, 0xE0, 0xE0, 0xE0, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
345 /* 32, 0x20 */ 0xDF, 0xDF, 0xDF, 0xDF, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
346 /* 33, 0x21 */ 0xDE, 0xDE, 0xDE, 0xDE, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
347 /* 34, 0x22 */ 0xDD, 0xDD, 0xDD, 0xDD, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
348 /* 35, 0x23 */ 0xDC, 0xDC, 0xDC, 0xDC, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
349 /* 36, 0x24 */ 0xDB, 0xDB, 0xDB, 0xDB, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
350 /* 37, 0x25 */ 0xDA, 0xDA, 0xDA, 0xDA, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
351 /* 38, 0x26 */ 0xD9, 0xD9, 0xD9, 0xD9, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
352 /* 39, 0x27 */ 0xD8, 0xD8, 0xD8, 0xD8, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
353 /* 40, 0x28 */ 0xD7, 0xD7, 0xD7, 0xD7, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
354 /* 41, 0x29 */ 0xD6, 0xD6, 0xD6, 0xD6, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
355 /* 42, 0x2A */ 0xD5, 0xD5, 0xD5, 0xD5, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
356 /* 43, 0x2B */ 0xD4, 0xD4, 0xD4, 0xD4, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
357 /* 44, 0x2C */ 0xD3, 0xD3, 0xD3, 0xD3, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
358 /* 45, 0x2D */ 0xD2, 0xD2, 0xD2, 0xD2, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
359 /* 46, 0x2E */ 0xD1, 0xD1, 0xD1, 0xD1, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
360 /* 47, 0x2F */ 0xD0, 0xD0, 0xD0, 0xD0, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
361 /* 48, 0x30 */ 0xCF, 0xCF, 0xCF, 0xCF, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
362 /* 49, 0x31 */ 0xCE, 0xCE, 0xCE, 0xCE, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
363 /* 50, 0x32 */ 0xCD, 0xCD, 0xCD, 0xCD, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
364 /* 51, 0x33 */ 0xCC, 0xCC, 0xCC, 0xCC, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
365 /* 52, 0x34 */ 0xCB, 0xCB, 0xCB, 0xCB, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
366 /* 53, 0x35 */ 0xCA, 0xCA, 0xCA, 0xCA, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
367 /* 54, 0x36 */ 0xC9, 0xC9, 0xC9, 0xC9, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
368 /* 55, 0x37 */ 0xC8, 0xC8, 0xC8, 0xC8, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
369 /* 56, 0x38 */ 0xC7, 0xC7, 0xC7, 0xC7, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
370 /* 57, 0x39 */ 0xC6, 0xC6, 0xC6, 0xC6, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
371 /* 58, 0x3A */ 0xC5, 0xC5, 0xC5, 0xC5, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
372 /* 59, 0x3B */ 0xC4, 0xC4, 0xC4, 0xC4, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
373 /* 60, 0x3C */ 0xC3, 0xC3, 0xC3, 0xC3, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
374 /* 61, 0x3D */ 0xC2, 0xC2, 0xC2, 0xC2, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
375 /* 62, 0x3E */ 0xC1, 0xC1, 0xC1, 0xC1, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
376 /* 63, 0x3F */ 0xC0, 0xC0, 0xC0, 0xC0, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
377 /* 64, 0x40 */ 0xBF, 0xBF, 0xBF, 0xBF, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
378 /* 65, 0x41 */ 0xBE, 0xBE, 0xBE, 0xBE, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
379 /* 66, 0x42 */ 0xBD, 0xBD, 0xBD, 0xBD, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
380 /* 67, 0x43 */ 0xBC, 0xBC, 0xBC, 0xBC, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
381 /* 68, 0x44 */ 0xBB, 0xBB, 0xBB, 0xBB, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
382 /* 69, 0x45 */ 0xBA, 0xBA, 0xBA, 0xBA, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
383 /* 70, 0x46 */ 0xB9, 0xB9, 0xB9, 0xB9, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
384 /* 71, 0x47 */ 0xB8, 0xB8, 0xB8, 0xB8, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
385 /* 72, 0x48 */ 0xB7, 0xB7, 0xB7, 0xB7, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
386 /* 73, 0x49 */ 0xB6, 0xB6, 0xB6, 0xB6, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
387 /* 74, 0x4A */ 0xB5, 0xB5, 0xB5, 0xB5, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
388 /* 75, 0x4B */ 0xB4, 0xB4, 0xB4, 0xB4, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
389 /* 76, 0x4C */ 0xB3, 0xB3, 0xB3, 0xB3, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
390 /* 77, 0x4D */ 0xB2, 0xB2, 0xB2, 0xB2, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
391 /* 78, 0x4E */ 0xB1, 0xB1, 0xB1, 0xB1, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
392 /* 79, 0x4F */ 0xB0, 0xB0, 0xB0, 0xB0, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
393 /* 80, 0x50 */ 0xAF, 0xAF, 0xAF, 0xAF, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
394 /* 81, 0x51 */ 0xAE, 0xAE, 0xAE, 0xAE, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
395 /* 82, 0x52 */ 0xAD, 0xAD, 0xAD, 0xAD, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
396 /* 83, 0x53 */ 0xAC, 0xAC, 0xAC, 0xAC, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
397 /* 84, 0x54 */ 0xAB, 0xAB, 0xAB, 0xAB, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
398 /* 85, 0x55 */ 0xAA, 0xAA, 0xAA, 0xAA, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
399 /* 86, 0x56 */ 0xA9, 0xA9, 0xA9, 0xA9, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
400 /* 87, 0x57 */ 0xA8, 0xA8, 0xA8, 0xA8, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
401 /* 88, 0x58 */ 0xA7, 0xA7, 0xA7, 0xA7, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
402 /* 89, 0x59 */ 0xA6, 0xA6, 0xA6, 0xA6, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
403 /* 90, 0x5A */ 0xA5, 0xA5, 0xA5, 0xA5, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
404 /* 91, 0x5B */ 0xA4, 0xA4, 0xA4, 0xA4, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
405 /* 92, 0x5C */ 0xA3, 0xA3, 0xA3, 0xA3, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
406 /* 93, 0x5D */ 0xA2, 0xA2, 0xA2, 0xA2, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
407 /* 94, 0x5E */ 0xA1, 0xA1, 0xA1, 0xA1, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
408 /* 95, 0x5F */ 0xA0, 0xA0, 0xA0, 0xA0, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
409 /* 96, 0x60 */ 0x9F, 0x9F, 0x9F, 0x9F, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
410 /* 97, 0x61 */ 0x9E, 0x9E, 0x9E, 0x9E, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
411 /* 98, 0x62 */ 0x9D, 0x9D, 0x9D, 0x9D, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
412 /* 99, 0x63 */ 0x9C, 0x9C, 0x9C, 0x9C, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
413 /* 100, 0x64 */ 0x9B, 0x9B, 0x9B, 0x9B, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
414 /* 101, 0x65 */ 0x9A, 0x9A, 0x9A, 0x9A, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
415 /* 102, 0x66 */ 0x99, 0x99, 0x99, 0x99, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
416 /* 103, 0x67 */ 0x98, 0x98, 0x98, 0x98, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
417 /* 104, 0x68 */ 0x97, 0x97, 0x97, 0x97, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
418 /* 105, 0x69 */ 0x96, 0x96, 0x96, 0x96, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
419 /* 106, 0x6A */ 0x95, 0x95, 0x95, 0x95, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
420 /* 107, 0x6B */ 0x94, 0x94, 0x94, 0x94, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
421 /* 108, 0x6C */ 0x93, 0x93, 0x93, 0x93, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
422 /* 109, 0x6D */ 0x92, 0x92, 0x92, 0x92, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
423 /* 110, 0x6E */ 0x91, 0x91, 0x91, 0x91, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
424 /* 111, 0x6F */ 0x90, 0x90, 0x90, 0x90, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
425 /* 112, 0x70 */ 0x8F, 0x8F, 0x8F, 0x8F, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
426 /* 113, 0x71 */ 0x8E, 0x8E, 0x8E, 0x8E, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
427 /* 114, 0x72 */ 0x8D, 0x8D, 0x8D, 0x8D, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
428 /* 115, 0x73 */ 0x8C, 0x8C, 0x8C, 0x8C, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
429 /* 116, 0x74 */ 0x8B, 0x8B, 0x8B, 0x8B, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
430 /* 117, 0x75 */ 0x8A, 0x8A, 0x8A, 0x8A, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
431 /* 118, 0x76 */ 0x89, 0x89, 0x89, 0x89, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
432 /* 119, 0x77 */ 0x88, 0x88, 0x88, 0x88, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
433 /* 120, 0x78 */ 0x87, 0x87, 0x87, 0x87, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
434 /* 121, 0x79 */ 0x86, 0x86, 0x86, 0x86, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
435 /* 122, 0x7A */ 0x85, 0x85, 0x85, 0x85, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
436 /* 123, 0x7B */ 0x84, 0x84, 0x84, 0x84, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
437 /* 124, 0x7C */ 0x83, 0x83, 0x83, 0x83, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
438 /* 125, 0x7D */ 0x82, 0x82, 0x82, 0x82, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
439 /* 126, 0x7E */ 0x81, 0x81, 0x81, 0x81, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
440 /* 127, 0x7F */ 0x80, 0x80, 0x80, 0x80, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
441 /* 128, 0x80 */ 0x7F, 0x7F, 0x7F, 0x7F, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
442 /* 129, 0x81 */ 0x7E, 0x7E, 0x7E, 0x7E, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
443 /* 130, 0x82 */ 0x7D, 0x7D, 0x7D, 0x7D, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
444 /* 131, 0x83 */ 0x7C, 0x7C, 0x7C, 0x7C, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
445 /* 132, 0x84 */ 0x7B, 0x7B, 0x7B, 0x7B, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
446 /* 133, 0x85 */ 0x7A, 0x7A, 0x7A, 0x7A, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
447 /* 134, 0x86 */ 0x79, 0x79, 0x79, 0x79, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
448 /* 135, 0x87 */ 0x78, 0x78, 0x78, 0x78, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
449 /* 136, 0x88 */ 0x77, 0x77, 0x77, 0x77, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
450 /* 137, 0x89 */ 0x76, 0x76, 0x76, 0x76, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
451 /* 138, 0x8A */ 0x75, 0x75, 0x75, 0x75, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
452 /* 139, 0x8B */ 0x74, 0x74, 0x74, 0x74, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
453 /* 140, 0x8C */ 0x73, 0x73, 0x73, 0x73, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
454 /* 141, 0x8D */ 0x72, 0x72, 0x72, 0x72, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
455 /* 142, 0x8E */ 0x71, 0x71, 0x71, 0x71, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
456 /* 143, 0x8F */ 0x70, 0x70, 0x70, 0x70, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
457 /* 144, 0x90 */ 0x6F, 0x6F, 0x6F, 0x6F, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
458 /* 145, 0x91 */ 0x6E, 0x6E, 0x6E, 0x6E, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
459 /* 146, 0x92 */ 0x6D, 0x6D, 0x6D, 0x6D, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
460 /* 147, 0x93 */ 0x6C, 0x6C, 0x6C, 0x6C, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
461 /* 148, 0x94 */ 0x6B, 0x6B, 0x6B, 0x6B, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
462 /* 149, 0x95 */ 0x6A, 0x6A, 0x6A, 0x6A, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
463 /* 150, 0x96 */ 0x69, 0x69, 0x69, 0x69, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
464 /* 151, 0x97 */ 0x68, 0x68, 0x68, 0x68, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
465 /* 152, 0x98 */ 0x67, 0x67, 0x67, 0x67, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
466 /* 153, 0x99 */ 0x66, 0x66, 0x66, 0x66, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
467 /* 154, 0x9A */ 0x65, 0x65, 0x65, 0x65, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
468 /* 155, 0x9B */ 0x64, 0x64, 0x64, 0x64, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
469 /* 156, 0x9C */ 0x63, 0x63, 0x63, 0x63, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
470 /* 157, 0x9D */ 0x62, 0x62, 0x62, 0x62, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
471 /* 158, 0x9E */ 0x61, 0x61, 0x61, 0x61, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
472 /* 159, 0x9F */ 0x60, 0x60, 0x60, 0x60, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
473 /* 160, 0xA0 */ 0x5F, 0x5F, 0x5F, 0x5F, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
474 /* 161, 0xA1 */ 0x5E, 0x5E, 0x5E, 0x5E, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
475 /* 162, 0xA2 */ 0x5D, 0x5D, 0x5D, 0x5D, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
476 /* 163, 0xA3 */ 0x5C, 0x5C, 0x5C, 0x5C, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
477 /* 164, 0xA4 */ 0x5B, 0x5B, 0x5B, 0x5B, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
478 /* 165, 0xA5 */ 0x5A, 0x5A, 0x5A, 0x5A, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
479 /* 166, 0xA6 */ 0x59, 0x59, 0x59, 0x59, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
480 /* 167, 0xA7 */ 0x58, 0x58, 0x58, 0x58, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
481 /* 168, 0xA8 */ 0x57, 0x57, 0x57, 0x57, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
482 /* 169, 0xA9 */ 0x56, 0x56, 0x56, 0x56, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
483 /* 170, 0xAA */ 0x55, 0x55, 0x55, 0x55, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
484 /* 171, 0xAB */ 0x54, 0x54, 0x54, 0x54, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
485 /* 172, 0xAC */ 0x53, 0x53, 0x53, 0x53, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
486 /* 173, 0xAD */ 0x52, 0x52, 0x52, 0x52, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
487 /* 174, 0xAE */ 0x51, 0x51, 0x51, 0x51, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
488 /* 175, 0xAF */ 0x50, 0x50, 0x50, 0x50, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
489 /* 176, 0xB0 */ 0x4F, 0x4F, 0x4F, 0x4F, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
490 /* 177, 0xB1 */ 0x4E, 0x4E, 0x4E, 0x4E, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
491 /* 178, 0xB2 */ 0x4D, 0x4D, 0x4D, 0x4D, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
492 /* 179, 0xB3 */ 0x4C, 0x4C, 0x4C, 0x4C, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
493 /* 180, 0xB4 */ 0x4B, 0x4B, 0x4B, 0x4B, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
494 /* 181, 0xB5 */ 0x4A, 0x4A, 0x4A, 0x4A, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
495 /* 182, 0xB6 */ 0x49, 0x49, 0x49, 0x49, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
496 /* 183, 0xB7 */ 0x48, 0x48, 0x48, 0x48, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
497 /* 184, 0xB8 */ 0x47, 0x47, 0x47, 0x47, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
498 /* 185, 0xB9 */ 0x46, 0x46, 0x46, 0x46, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
499 /* 186, 0xBA */ 0x45, 0x45, 0x45, 0x45, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
500 /* 187, 0xBB */ 0x44, 0x44, 0x44, 0x44, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
501 /* 188, 0xBC */ 0x43, 0x43, 0x43, 0x43, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
502 /* 189, 0xBD */ 0x42, 0x42, 0x42, 0x42, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
503 /* 190, 0xBE */ 0x41, 0x41, 0x41, 0x41, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
504 /* 191, 0xBF */ 0x40, 0x40, 0x40, 0x40, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
505 /* 192, 0xC0 */ 0x3F, 0x3F, 0x3F, 0x3F, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
506 /* 193, 0xC1 */ 0x3E, 0x3E, 0x3E, 0x3E, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
507 /* 194, 0xC2 */ 0x3D, 0x3D, 0x3D, 0x3D, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
508 /* 195, 0xC3 */ 0x3C, 0x3C, 0x3C, 0x3C, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
509 /* 196, 0xC4 */ 0x3B, 0x3B, 0x3B, 0x3B, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
510 /* 197, 0xC5 */ 0x3A, 0x3A, 0x3A, 0x3A, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
511 /* 198, 0xC6 */ 0x39, 0x39, 0x39, 0x39, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
512 /* 199, 0xC7 */ 0x38, 0x38, 0x38, 0x38, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
513 /* 200, 0xC8 */ 0x37, 0x37, 0x37, 0x37, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
514 /* 201, 0xC9 */ 0x36, 0x36, 0x36, 0x36, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
515 /* 202, 0xCA */ 0x35, 0x35, 0x35, 0x35, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
516 /* 203, 0xCB */ 0x34, 0x34, 0x34, 0x34, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
517 /* 204, 0xCC */ 0x33, 0x33, 0x33, 0x33, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
518 /* 205, 0xCD */ 0x32, 0x32, 0x32, 0x32, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
519 /* 206, 0xCE */ 0x31, 0x31, 0x31, 0x31, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
520 /* 207, 0xCF */ 0x30, 0x30, 0x30, 0x30, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
521 /* 208, 0xD0 */ 0x2F, 0x2F, 0x2F, 0x2F, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
522 /* 209, 0xD1 */ 0x2E, 0x2E, 0x2E, 0x2E, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
523 /* 210, 0xD2 */ 0x2D, 0x2D, 0x2D, 0x2D, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
524 /* 211, 0xD3 */ 0x2C, 0x2C, 0x2C, 0x2C, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
525 /* 212, 0xD4 */ 0x2B, 0x2B, 0x2B, 0x2B, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
526 /* 213, 0xD5 */ 0x2A, 0x2A, 0x2A, 0x2A, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
527 /* 214, 0xD6 */ 0x29, 0x29, 0x29, 0x29, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
528 /* 215, 0xD7 */ 0x28, 0x28, 0x28, 0x28, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
529 /* 216, 0xD8 */ 0x27, 0x27, 0x27, 0x27, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
530 /* 217, 0xD9 */ 0x26, 0x26, 0x26, 0x26, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
531 /* 218, 0xDA */ 0x25, 0x25, 0x25, 0x25, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
532 /* 219, 0xDB */ 0x24, 0x24, 0x24, 0x24, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
533 /* 220, 0xDC */ 0x23, 0x23, 0x23, 0x23, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
534 /* 221, 0xDD */ 0x22, 0x22, 0x22, 0x22, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
535 /* 222, 0xDE */ 0x21, 0x21, 0x21, 0x21, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
536 /* 223, 0xDF */ 0x20, 0x20, 0x20, 0x20, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
537 /* 224, 0xE0 */ 0x1F, 0x1F, 0x1F, 0x1F, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
538 /* 225, 0xE1 */ 0x1E, 0x1E, 0x1E, 0x1E, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
539 /* 226, 0xE2 */ 0x1D, 0x1D, 0x1D, 0x1D, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
540 /* 227, 0xE3 */ 0x1C, 0x1C, 0x1C, 0x1C, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
541 /* 228, 0xE4 */ 0x1B, 0x1B, 0x1B, 0x1B, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
542 /* 229, 0xE5 */ 0x1A, 0x1A, 0x1A, 0x1A, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
543 /* 230, 0xE6 */ 0x19, 0x19, 0x19, 0x19, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
544 /* 231, 0xE7 */ 0x18, 0x18, 0x18, 0x18, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
545 /* 232, 0xE8 */ 0x17, 0x17, 0x17, 0x17, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
546 /* 233, 0xE9 */ 0x16, 0x16, 0x16, 0x16, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
547 /* 234, 0xEA */ 0x15, 0x15, 0x15, 0x15, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
548 /* 235, 0xEB */ 0x14, 0x14, 0x14, 0x14, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
549 /* 236, 0xEC */ 0x13, 0x13, 0x13, 0x13, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
550 /* 237, 0xED */ 0x12, 0x12, 0x12, 0x12, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
551 /* 238, 0xEE */ 0x11, 0x11, 0x11, 0x11, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
552 /* 239, 0xEF */ 0x10, 0x10, 0x10, 0x10, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
553 /* 240, 0xF0 */ 0x0F, 0x0F, 0x0F, 0x0F, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
554 /* 241, 0xF1 */ 0x0E, 0x0E, 0x0E, 0x0E, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
555 /* 242, 0xF2 */ 0x0D, 0x0D, 0x0D, 0x0D, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
556 /* 243, 0xF3 */ 0x0C, 0x0C, 0x0C, 0x0C, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
557 /* 244, 0xF4 */ 0x0B, 0x0B, 0x0B, 0x0B, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
558 /* 245, 0xF5 */ 0x0A, 0x0A, 0x0A, 0x0A, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
559 /* 246, 0xF6 */ 0x09, 0x09, 0x09, 0x09, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
560 /* 247, 0xF7 */ 0x08, 0x08, 0x08, 0x08, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
561 /* 248, 0xF8 */ 0x07, 0x07, 0x07, 0x07, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
562 /* 249, 0xF9 */ 0x06, 0x06, 0x06, 0x06, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
563 /* 250, 0xFA */ 0x05, 0x05, 0x05, 0x05, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
564 /* 251, 0xFB */ 0x04, 0x04, 0x04, 0x04, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
565 /* 252, 0xFC */ 0x03, 0x03, 0x03, 0x03, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
566 /* 253, 0xFD */ 0x02, 0x02, 0x02, 0x02, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
567 /* 254, 0xFE */ 0x01, 0x01, 0x01, 0x01, |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
568 /* 255, 0xFF */ 0x00, 0x00, 0x00, 0x00 |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
569 }; |
266bf4b596a3
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents:
4371
diff
changeset
|
570 |
26029 | 571 #endif /* MPLAYER_QTPALETTE_H */ |