annotate libmpdemux/qtpalette.h @ 32676:db882cd69776

Do not #define _WIN32 on the command line for Cygwin. Newer Cygwin versions no longer do this and hopefully we should be able to survive without this hack as well. This change necessitates adapting two #ifdefs in the MPlayer codebase. It is committed untested as I do not have access to a Cygwin system.
author diego
date Thu, 06 Jan 2011 12:42:59 +0000
parents 0f1b5b68af32
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
29238
d643e4643313 Add standard license header to all files in libmpdemux.
diego
parents: 26029
diff changeset
1 /*
d643e4643313 Add standard license header to all files in libmpdemux.
diego
parents: 26029
diff changeset
2 * default palettes for QuickTime files
d643e4643313 Add standard license header to all files in libmpdemux.
diego
parents: 26029
diff changeset
3 * Automatically generated from a utility derived from XAnim:
d643e4643313 Add standard license header to all files in libmpdemux.
diego
parents: 26029
diff changeset
4 * http://xanim.va.pubnix.com/home.html
d643e4643313 Add standard license header to all files in libmpdemux.
diego
parents: 26029
diff changeset
5 *
d643e4643313 Add standard license header to all files in libmpdemux.
diego
parents: 26029
diff changeset
6 * This file is part of MPlayer.
d643e4643313 Add standard license header to all files in libmpdemux.
diego
parents: 26029
diff changeset
7 *
d643e4643313 Add standard license header to all files in libmpdemux.
diego
parents: 26029
diff changeset
8 * MPlayer is free software; you can redistribute it and/or modify
d643e4643313 Add standard license header to all files in libmpdemux.
diego
parents: 26029
diff changeset
9 * it under the terms of the GNU General Public License as published by
d643e4643313 Add standard license header to all files in libmpdemux.
diego
parents: 26029
diff changeset
10 * the Free Software Foundation; either version 2 of the License, or
d643e4643313 Add standard license header to all files in libmpdemux.
diego
parents: 26029
diff changeset
11 * (at your option) any later version.
d643e4643313 Add standard license header to all files in libmpdemux.
diego
parents: 26029
diff changeset
12 *
d643e4643313 Add standard license header to all files in libmpdemux.
diego
parents: 26029
diff changeset
13 * MPlayer is distributed in the hope that it will be useful,
d643e4643313 Add standard license header to all files in libmpdemux.
diego
parents: 26029
diff changeset
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
d643e4643313 Add standard license header to all files in libmpdemux.
diego
parents: 26029
diff changeset
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
d643e4643313 Add standard license header to all files in libmpdemux.
diego
parents: 26029
diff changeset
16 * GNU General Public License for more details.
d643e4643313 Add standard license header to all files in libmpdemux.
diego
parents: 26029
diff changeset
17 *
d643e4643313 Add standard license header to all files in libmpdemux.
diego
parents: 26029
diff changeset
18 * You should have received a copy of the GNU General Public License along
d643e4643313 Add standard license header to all files in libmpdemux.
diego
parents: 26029
diff changeset
19 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
d643e4643313 Add standard license header to all files in libmpdemux.
diego
parents: 26029
diff changeset
20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
d643e4643313 Add standard license header to all files in libmpdemux.
diego
parents: 26029
diff changeset
21 */
4332
ae889abf93cd QT demuxer now supports the default QT palettes
melanson
parents:
diff changeset
22
26029
4129c8cfa742 Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25708
diff changeset
23 #ifndef MPLAYER_QTPALETTE_H
4129c8cfa742 Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25708
diff changeset
24 #define MPLAYER_QTPALETTE_H
4332
ae889abf93cd QT demuxer now supports the default QT palettes
melanson
parents:
diff changeset
25
25708
d5bc3ea81002 Mark qt default palette tables as const
reimar
parents: 25535
diff changeset
26 static const unsigned char qt_default_palette_4[4 * 4] = {
4371
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
27 0x5E, 0x65, 0x93, 0x00,
4332
ae889abf93cd QT demuxer now supports the default QT palettes
melanson
parents:
diff changeset
28 0xFF, 0xFF, 0xFF, 0x00,
4371
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
29 0xAB, 0xD0, 0xDF, 0x00,
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29238
diff changeset
30 0x00, 0x00, 0x00, 0x00
4332
ae889abf93cd QT demuxer now supports the default QT palettes
melanson
parents:
diff changeset
31 };
ae889abf93cd QT demuxer now supports the default QT palettes
melanson
parents:
diff changeset
32
25708
d5bc3ea81002 Mark qt default palette tables as const
reimar
parents: 25535
diff changeset
33 static const unsigned char qt_default_palette_16[16 * 4] = {
4332
ae889abf93cd QT demuxer now supports the default QT palettes
melanson
parents:
diff changeset
34 0xFF, 0xFB, 0xFF, 0x00,
4371
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
35 0xBB, 0xD9, 0xEF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
36 0xB1, 0xC9, 0xE8, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
37 0x5E, 0x65, 0x93, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
38 0xE8, 0xDE, 0xFC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
39 0x91, 0x88, 0x9D, 0x00,
4332
ae889abf93cd QT demuxer now supports the default QT palettes
melanson
parents:
diff changeset
40 0xFF, 0xFF, 0xFF, 0x00,
ae889abf93cd QT demuxer now supports the default QT palettes
melanson
parents:
diff changeset
41 0xFF, 0xFF, 0xFF, 0x00,
ae889abf93cd QT demuxer now supports the default QT palettes
melanson
parents:
diff changeset
42 0xFF, 0xFF, 0xFF, 0x00,
4371
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
43 0x37, 0x48, 0x47, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
44 0x55, 0x5E, 0x7A, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
45 0xAB, 0xD0, 0xDF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
46 0xF9, 0xFB, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
47 0xC5, 0xCA, 0xE8, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
48 0x77, 0x7C, 0x8A, 0x00,
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29238
diff changeset
49 0x00, 0x00, 0x00, 0x00
4332
ae889abf93cd QT demuxer now supports the default QT palettes
melanson
parents:
diff changeset
50 };
ae889abf93cd QT demuxer now supports the default QT palettes
melanson
parents:
diff changeset
51
25708
d5bc3ea81002 Mark qt default palette tables as const
reimar
parents: 25535
diff changeset
52 static const unsigned char qt_default_palette_256[256 * 4] = {
4371
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
53 /* 0, 0x00 */ 0xFF, 0xFF, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
54 /* 1, 0x01 */ 0xCC, 0xFF, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
55 /* 2, 0x02 */ 0x99, 0xFF, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
56 /* 3, 0x03 */ 0x66, 0xFF, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
57 /* 4, 0x04 */ 0x33, 0xFF, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
58 /* 5, 0x05 */ 0x00, 0xFF, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
59 /* 6, 0x06 */ 0xFF, 0xCC, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
60 /* 7, 0x07 */ 0xCC, 0xCC, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
61 /* 8, 0x08 */ 0x99, 0xCC, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
62 /* 9, 0x09 */ 0x66, 0xCC, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
63 /* 10, 0x0A */ 0x33, 0xCC, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
64 /* 11, 0x0B */ 0x00, 0xCC, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
65 /* 12, 0x0C */ 0xFF, 0x99, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
66 /* 13, 0x0D */ 0xCC, 0x99, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
67 /* 14, 0x0E */ 0x99, 0x99, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
68 /* 15, 0x0F */ 0x66, 0x99, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
69 /* 16, 0x10 */ 0x33, 0x99, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
70 /* 17, 0x11 */ 0x00, 0x99, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
71 /* 18, 0x12 */ 0xFF, 0x66, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
72 /* 19, 0x13 */ 0xCC, 0x66, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
73 /* 20, 0x14 */ 0x99, 0x66, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
74 /* 21, 0x15 */ 0x66, 0x66, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
75 /* 22, 0x16 */ 0x33, 0x66, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
76 /* 23, 0x17 */ 0x00, 0x66, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
77 /* 24, 0x18 */ 0xFF, 0x33, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
78 /* 25, 0x19 */ 0xCC, 0x33, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
79 /* 26, 0x1A */ 0x99, 0x33, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
80 /* 27, 0x1B */ 0x66, 0x33, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
81 /* 28, 0x1C */ 0x33, 0x33, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
82 /* 29, 0x1D */ 0x00, 0x33, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
83 /* 30, 0x1E */ 0xFF, 0x00, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
84 /* 31, 0x1F */ 0xCC, 0x00, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
85 /* 32, 0x20 */ 0x99, 0x00, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
86 /* 33, 0x21 */ 0x66, 0x00, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
87 /* 34, 0x22 */ 0x33, 0x00, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
88 /* 35, 0x23 */ 0x00, 0x00, 0xFF, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
89 /* 36, 0x24 */ 0xFF, 0xFF, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
90 /* 37, 0x25 */ 0xCC, 0xFF, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
91 /* 38, 0x26 */ 0x99, 0xFF, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
92 /* 39, 0x27 */ 0x66, 0xFF, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
93 /* 40, 0x28 */ 0x33, 0xFF, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
94 /* 41, 0x29 */ 0x00, 0xFF, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
95 /* 42, 0x2A */ 0xFF, 0xCC, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
96 /* 43, 0x2B */ 0xCC, 0xCC, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
97 /* 44, 0x2C */ 0x99, 0xCC, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
98 /* 45, 0x2D */ 0x66, 0xCC, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
99 /* 46, 0x2E */ 0x33, 0xCC, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
100 /* 47, 0x2F */ 0x00, 0xCC, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
101 /* 48, 0x30 */ 0xFF, 0x99, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
102 /* 49, 0x31 */ 0xCC, 0x99, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
103 /* 50, 0x32 */ 0x99, 0x99, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
104 /* 51, 0x33 */ 0x66, 0x99, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
105 /* 52, 0x34 */ 0x33, 0x99, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
106 /* 53, 0x35 */ 0x00, 0x99, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
107 /* 54, 0x36 */ 0xFF, 0x66, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
108 /* 55, 0x37 */ 0xCC, 0x66, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
109 /* 56, 0x38 */ 0x99, 0x66, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
110 /* 57, 0x39 */ 0x66, 0x66, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
111 /* 58, 0x3A */ 0x33, 0x66, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
112 /* 59, 0x3B */ 0x00, 0x66, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
113 /* 60, 0x3C */ 0xFF, 0x33, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
114 /* 61, 0x3D */ 0xCC, 0x33, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
115 /* 62, 0x3E */ 0x99, 0x33, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
116 /* 63, 0x3F */ 0x66, 0x33, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
117 /* 64, 0x40 */ 0x33, 0x33, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
118 /* 65, 0x41 */ 0x00, 0x33, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
119 /* 66, 0x42 */ 0xFF, 0x00, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
120 /* 67, 0x43 */ 0xCC, 0x00, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
121 /* 68, 0x44 */ 0x99, 0x00, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
122 /* 69, 0x45 */ 0x66, 0x00, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
123 /* 70, 0x46 */ 0x33, 0x00, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
124 /* 71, 0x47 */ 0x00, 0x00, 0xCC, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
125 /* 72, 0x48 */ 0xFF, 0xFF, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
126 /* 73, 0x49 */ 0xCC, 0xFF, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
127 /* 74, 0x4A */ 0x99, 0xFF, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
128 /* 75, 0x4B */ 0x66, 0xFF, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
129 /* 76, 0x4C */ 0x33, 0xFF, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
130 /* 77, 0x4D */ 0x00, 0xFF, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
131 /* 78, 0x4E */ 0xFF, 0xCC, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
132 /* 79, 0x4F */ 0xCC, 0xCC, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
133 /* 80, 0x50 */ 0x99, 0xCC, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
134 /* 81, 0x51 */ 0x66, 0xCC, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
135 /* 82, 0x52 */ 0x33, 0xCC, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
136 /* 83, 0x53 */ 0x00, 0xCC, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
137 /* 84, 0x54 */ 0xFF, 0x99, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
138 /* 85, 0x55 */ 0xCC, 0x99, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
139 /* 86, 0x56 */ 0x99, 0x99, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
140 /* 87, 0x57 */ 0x66, 0x99, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
141 /* 88, 0x58 */ 0x33, 0x99, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
142 /* 89, 0x59 */ 0x00, 0x99, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
143 /* 90, 0x5A */ 0xFF, 0x66, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
144 /* 91, 0x5B */ 0xCC, 0x66, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
145 /* 92, 0x5C */ 0x99, 0x66, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
146 /* 93, 0x5D */ 0x66, 0x66, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
147 /* 94, 0x5E */ 0x33, 0x66, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
148 /* 95, 0x5F */ 0x00, 0x66, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
149 /* 96, 0x60 */ 0xFF, 0x33, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
150 /* 97, 0x61 */ 0xCC, 0x33, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
151 /* 98, 0x62 */ 0x99, 0x33, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
152 /* 99, 0x63 */ 0x66, 0x33, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
153 /* 100, 0x64 */ 0x33, 0x33, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
154 /* 101, 0x65 */ 0x00, 0x33, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
155 /* 102, 0x66 */ 0xFF, 0x00, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
156 /* 103, 0x67 */ 0xCC, 0x00, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
157 /* 104, 0x68 */ 0x99, 0x00, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
158 /* 105, 0x69 */ 0x66, 0x00, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
159 /* 106, 0x6A */ 0x33, 0x00, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
160 /* 107, 0x6B */ 0x00, 0x00, 0x99, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
161 /* 108, 0x6C */ 0xFF, 0xFF, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
162 /* 109, 0x6D */ 0xCC, 0xFF, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
163 /* 110, 0x6E */ 0x99, 0xFF, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
164 /* 111, 0x6F */ 0x66, 0xFF, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
165 /* 112, 0x70 */ 0x33, 0xFF, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
166 /* 113, 0x71 */ 0x00, 0xFF, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
167 /* 114, 0x72 */ 0xFF, 0xCC, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
168 /* 115, 0x73 */ 0xCC, 0xCC, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
169 /* 116, 0x74 */ 0x99, 0xCC, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
170 /* 117, 0x75 */ 0x66, 0xCC, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
171 /* 118, 0x76 */ 0x33, 0xCC, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
172 /* 119, 0x77 */ 0x00, 0xCC, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
173 /* 120, 0x78 */ 0xFF, 0x99, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
174 /* 121, 0x79 */ 0xCC, 0x99, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
175 /* 122, 0x7A */ 0x99, 0x99, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
176 /* 123, 0x7B */ 0x66, 0x99, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
177 /* 124, 0x7C */ 0x33, 0x99, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
178 /* 125, 0x7D */ 0x00, 0x99, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
179 /* 126, 0x7E */ 0xFF, 0x66, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
180 /* 127, 0x7F */ 0xCC, 0x66, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
181 /* 128, 0x80 */ 0x99, 0x66, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
182 /* 129, 0x81 */ 0x66, 0x66, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
183 /* 130, 0x82 */ 0x33, 0x66, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
184 /* 131, 0x83 */ 0x00, 0x66, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
185 /* 132, 0x84 */ 0xFF, 0x33, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
186 /* 133, 0x85 */ 0xCC, 0x33, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
187 /* 134, 0x86 */ 0x99, 0x33, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
188 /* 135, 0x87 */ 0x66, 0x33, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
189 /* 136, 0x88 */ 0x33, 0x33, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
190 /* 137, 0x89 */ 0x00, 0x33, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
191 /* 138, 0x8A */ 0xFF, 0x00, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
192 /* 139, 0x8B */ 0xCC, 0x00, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
193 /* 140, 0x8C */ 0x99, 0x00, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
194 /* 141, 0x8D */ 0x66, 0x00, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
195 /* 142, 0x8E */ 0x33, 0x00, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
196 /* 143, 0x8F */ 0x00, 0x00, 0x66, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
197 /* 144, 0x90 */ 0xFF, 0xFF, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
198 /* 145, 0x91 */ 0xCC, 0xFF, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
199 /* 146, 0x92 */ 0x99, 0xFF, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
200 /* 147, 0x93 */ 0x66, 0xFF, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
201 /* 148, 0x94 */ 0x33, 0xFF, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
202 /* 149, 0x95 */ 0x00, 0xFF, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
203 /* 150, 0x96 */ 0xFF, 0xCC, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
204 /* 151, 0x97 */ 0xCC, 0xCC, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
205 /* 152, 0x98 */ 0x99, 0xCC, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
206 /* 153, 0x99 */ 0x66, 0xCC, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
207 /* 154, 0x9A */ 0x33, 0xCC, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
208 /* 155, 0x9B */ 0x00, 0xCC, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
209 /* 156, 0x9C */ 0xFF, 0x99, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
210 /* 157, 0x9D */ 0xCC, 0x99, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
211 /* 158, 0x9E */ 0x99, 0x99, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
212 /* 159, 0x9F */ 0x66, 0x99, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
213 /* 160, 0xA0 */ 0x33, 0x99, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
214 /* 161, 0xA1 */ 0x00, 0x99, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
215 /* 162, 0xA2 */ 0xFF, 0x66, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
216 /* 163, 0xA3 */ 0xCC, 0x66, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
217 /* 164, 0xA4 */ 0x99, 0x66, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
218 /* 165, 0xA5 */ 0x66, 0x66, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
219 /* 166, 0xA6 */ 0x33, 0x66, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
220 /* 167, 0xA7 */ 0x00, 0x66, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
221 /* 168, 0xA8 */ 0xFF, 0x33, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
222 /* 169, 0xA9 */ 0xCC, 0x33, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
223 /* 170, 0xAA */ 0x99, 0x33, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
224 /* 171, 0xAB */ 0x66, 0x33, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
225 /* 172, 0xAC */ 0x33, 0x33, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
226 /* 173, 0xAD */ 0x00, 0x33, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
227 /* 174, 0xAE */ 0xFF, 0x00, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
228 /* 175, 0xAF */ 0xCC, 0x00, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
229 /* 176, 0xB0 */ 0x99, 0x00, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
230 /* 177, 0xB1 */ 0x66, 0x00, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
231 /* 178, 0xB2 */ 0x33, 0x00, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
232 /* 179, 0xB3 */ 0x00, 0x00, 0x33, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
233 /* 180, 0xB4 */ 0xFF, 0xFF, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
234 /* 181, 0xB5 */ 0xCC, 0xFF, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
235 /* 182, 0xB6 */ 0x99, 0xFF, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
236 /* 183, 0xB7 */ 0x66, 0xFF, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
237 /* 184, 0xB8 */ 0x33, 0xFF, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
238 /* 185, 0xB9 */ 0x00, 0xFF, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
239 /* 186, 0xBA */ 0xFF, 0xCC, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
240 /* 187, 0xBB */ 0xCC, 0xCC, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
241 /* 188, 0xBC */ 0x99, 0xCC, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
242 /* 189, 0xBD */ 0x66, 0xCC, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
243 /* 190, 0xBE */ 0x33, 0xCC, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
244 /* 191, 0xBF */ 0x00, 0xCC, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
245 /* 192, 0xC0 */ 0xFF, 0x99, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
246 /* 193, 0xC1 */ 0xCC, 0x99, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
247 /* 194, 0xC2 */ 0x99, 0x99, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
248 /* 195, 0xC3 */ 0x66, 0x99, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
249 /* 196, 0xC4 */ 0x33, 0x99, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
250 /* 197, 0xC5 */ 0x00, 0x99, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
251 /* 198, 0xC6 */ 0xFF, 0x66, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
252 /* 199, 0xC7 */ 0xCC, 0x66, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
253 /* 200, 0xC8 */ 0x99, 0x66, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
254 /* 201, 0xC9 */ 0x66, 0x66, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
255 /* 202, 0xCA */ 0x33, 0x66, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
256 /* 203, 0xCB */ 0x00, 0x66, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
257 /* 204, 0xCC */ 0xFF, 0x33, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
258 /* 205, 0xCD */ 0xCC, 0x33, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
259 /* 206, 0xCE */ 0x99, 0x33, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
260 /* 207, 0xCF */ 0x66, 0x33, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
261 /* 208, 0xD0 */ 0x33, 0x33, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
262 /* 209, 0xD1 */ 0x00, 0x33, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
263 /* 210, 0xD2 */ 0xFF, 0x00, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
264 /* 211, 0xD3 */ 0xCC, 0x00, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
265 /* 212, 0xD4 */ 0x99, 0x00, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
266 /* 213, 0xD5 */ 0x66, 0x00, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
267 /* 214, 0xD6 */ 0x33, 0x00, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
268 /* 215, 0xD7 */ 0x00, 0x00, 0xEE, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
269 /* 216, 0xD8 */ 0x00, 0x00, 0xDD, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
270 /* 217, 0xD9 */ 0x00, 0x00, 0xBB, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
271 /* 218, 0xDA */ 0x00, 0x00, 0xAA, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
272 /* 219, 0xDB */ 0x00, 0x00, 0x88, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
273 /* 220, 0xDC */ 0x00, 0x00, 0x77, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
274 /* 221, 0xDD */ 0x00, 0x00, 0x55, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
275 /* 222, 0xDE */ 0x00, 0x00, 0x44, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
276 /* 223, 0xDF */ 0x00, 0x00, 0x22, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
277 /* 224, 0xE0 */ 0x00, 0x00, 0x11, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
278 /* 225, 0xE1 */ 0x00, 0xEE, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
279 /* 226, 0xE2 */ 0x00, 0xDD, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
280 /* 227, 0xE3 */ 0x00, 0xBB, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
281 /* 228, 0xE4 */ 0x00, 0xAA, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
282 /* 229, 0xE5 */ 0x00, 0x88, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
283 /* 230, 0xE6 */ 0x00, 0x77, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
284 /* 231, 0xE7 */ 0x00, 0x55, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
285 /* 232, 0xE8 */ 0x00, 0x44, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
286 /* 233, 0xE9 */ 0x00, 0x22, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
287 /* 234, 0xEA */ 0x00, 0x11, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
288 /* 235, 0xEB */ 0xEE, 0x00, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
289 /* 236, 0xEC */ 0xDD, 0x00, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
290 /* 237, 0xED */ 0xBB, 0x00, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
291 /* 238, 0xEE */ 0xAA, 0x00, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
292 /* 239, 0xEF */ 0x88, 0x00, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
293 /* 240, 0xF0 */ 0x77, 0x00, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
294 /* 241, 0xF1 */ 0x55, 0x00, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
295 /* 242, 0xF2 */ 0x44, 0x00, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
296 /* 243, 0xF3 */ 0x22, 0x00, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
297 /* 244, 0xF4 */ 0x11, 0x00, 0x00, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
298 /* 245, 0xF5 */ 0xEE, 0xEE, 0xEE, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
299 /* 246, 0xF6 */ 0xDD, 0xDD, 0xDD, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
300 /* 247, 0xF7 */ 0xBB, 0xBB, 0xBB, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
301 /* 248, 0xF8 */ 0xAA, 0xAA, 0xAA, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
302 /* 249, 0xF9 */ 0x88, 0x88, 0x88, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
303 /* 250, 0xFA */ 0x77, 0x77, 0x77, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
304 /* 251, 0xFB */ 0x55, 0x55, 0x55, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
305 /* 252, 0xFC */ 0x44, 0x44, 0x44, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
306 /* 253, 0xFD */ 0x22, 0x22, 0x22, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
307 /* 254, 0xFE */ 0x11, 0x11, 0x11, 0x00,
2330366f9255 fixed (reversed) the RGB palette order
melanson
parents: 4332
diff changeset
308 /* 255, 0xFF */ 0x00, 0x00, 0x00, 0x00
4332
ae889abf93cd QT demuxer now supports the default QT palettes
melanson
parents:
diff changeset
309 };
ae889abf93cd QT demuxer now supports the default QT palettes
melanson
parents:
diff changeset
310
25708
d5bc3ea81002 Mark qt default palette tables as const
reimar
parents: 25535
diff changeset
311 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
312 0xFF, 0xFF, 0xFF, 0xFF,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
313 0xEE, 0xEE, 0xEE, 0xEE,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
314 0xDD, 0xDD, 0xDD, 0xDD,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
315 0xCC, 0xCC, 0xCC, 0xCC,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
316 0xBB, 0xBB, 0xBB, 0xBB,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
317 0xAA, 0xAA, 0xAA, 0xAA,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
318 0x99, 0x99, 0x99, 0x99,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
319 0x88, 0x88, 0x88, 0x88,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
320 0x77, 0x77, 0x77, 0x77,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
321 0x66, 0x66, 0x66, 0x66,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
322 0x55, 0x55, 0x55, 0x55,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
323 0x44, 0x44, 0x44, 0x44,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
324 0x33, 0x33, 0x33, 0x33,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
325 0x22, 0x22, 0x22, 0x22,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
326 0x11, 0x11, 0x11, 0x11,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
327 0x00, 0x00, 0x00, 0x00
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
328 };
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
329
25708
d5bc3ea81002 Mark qt default palette tables as const
reimar
parents: 25535
diff changeset
330 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
331 /* 0, 0x00 */ 0xFF, 0xFF, 0xFF, 0xFF,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
332 /* 1, 0x01 */ 0xFE, 0xFE, 0xFE, 0xFE,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
333 /* 2, 0x02 */ 0xFD, 0xFD, 0xFD, 0xFD,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
334 /* 3, 0x03 */ 0xFC, 0xFC, 0xFC, 0xFC,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
335 /* 4, 0x04 */ 0xFB, 0xFB, 0xFB, 0xFB,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
336 /* 5, 0x05 */ 0xFA, 0xFA, 0xFA, 0xFA,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
337 /* 6, 0x06 */ 0xF9, 0xF9, 0xF9, 0xF9,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
338 /* 7, 0x07 */ 0xF8, 0xF8, 0xF8, 0xF8,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
339 /* 8, 0x08 */ 0xF7, 0xF7, 0xF7, 0xF7,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
340 /* 9, 0x09 */ 0xF6, 0xF6, 0xF6, 0xF6,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
341 /* 10, 0x0A */ 0xF5, 0xF5, 0xF5, 0xF5,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
342 /* 11, 0x0B */ 0xF4, 0xF4, 0xF4, 0xF4,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
343 /* 12, 0x0C */ 0xF3, 0xF3, 0xF3, 0xF3,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
344 /* 13, 0x0D */ 0xF2, 0xF2, 0xF2, 0xF2,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
345 /* 14, 0x0E */ 0xF1, 0xF1, 0xF1, 0xF1,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
346 /* 15, 0x0F */ 0xF0, 0xF0, 0xF0, 0xF0,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
347 /* 16, 0x10 */ 0xEF, 0xEF, 0xEF, 0xEF,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
348 /* 17, 0x11 */ 0xEE, 0xEE, 0xEE, 0xEE,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
349 /* 18, 0x12 */ 0xED, 0xED, 0xED, 0xED,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
350 /* 19, 0x13 */ 0xEC, 0xEC, 0xEC, 0xEC,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
351 /* 20, 0x14 */ 0xEB, 0xEB, 0xEB, 0xEB,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
352 /* 21, 0x15 */ 0xEA, 0xEA, 0xEA, 0xEA,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
353 /* 22, 0x16 */ 0xE9, 0xE9, 0xE9, 0xE9,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
354 /* 23, 0x17 */ 0xE8, 0xE8, 0xE8, 0xE8,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
355 /* 24, 0x18 */ 0xE7, 0xE7, 0xE7, 0xE7,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
356 /* 25, 0x19 */ 0xE6, 0xE6, 0xE6, 0xE6,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
357 /* 26, 0x1A */ 0xE5, 0xE5, 0xE5, 0xE5,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
358 /* 27, 0x1B */ 0xE4, 0xE4, 0xE4, 0xE4,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
359 /* 28, 0x1C */ 0xE3, 0xE3, 0xE3, 0xE3,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
360 /* 29, 0x1D */ 0xE2, 0xE2, 0xE2, 0xE2,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
361 /* 30, 0x1E */ 0xE1, 0xE1, 0xE1, 0xE1,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
362 /* 31, 0x1F */ 0xE0, 0xE0, 0xE0, 0xE0,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
363 /* 32, 0x20 */ 0xDF, 0xDF, 0xDF, 0xDF,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
364 /* 33, 0x21 */ 0xDE, 0xDE, 0xDE, 0xDE,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
365 /* 34, 0x22 */ 0xDD, 0xDD, 0xDD, 0xDD,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
366 /* 35, 0x23 */ 0xDC, 0xDC, 0xDC, 0xDC,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
367 /* 36, 0x24 */ 0xDB, 0xDB, 0xDB, 0xDB,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
368 /* 37, 0x25 */ 0xDA, 0xDA, 0xDA, 0xDA,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
369 /* 38, 0x26 */ 0xD9, 0xD9, 0xD9, 0xD9,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
370 /* 39, 0x27 */ 0xD8, 0xD8, 0xD8, 0xD8,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
371 /* 40, 0x28 */ 0xD7, 0xD7, 0xD7, 0xD7,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
372 /* 41, 0x29 */ 0xD6, 0xD6, 0xD6, 0xD6,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
373 /* 42, 0x2A */ 0xD5, 0xD5, 0xD5, 0xD5,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
374 /* 43, 0x2B */ 0xD4, 0xD4, 0xD4, 0xD4,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
375 /* 44, 0x2C */ 0xD3, 0xD3, 0xD3, 0xD3,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
376 /* 45, 0x2D */ 0xD2, 0xD2, 0xD2, 0xD2,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
377 /* 46, 0x2E */ 0xD1, 0xD1, 0xD1, 0xD1,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
378 /* 47, 0x2F */ 0xD0, 0xD0, 0xD0, 0xD0,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
379 /* 48, 0x30 */ 0xCF, 0xCF, 0xCF, 0xCF,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
380 /* 49, 0x31 */ 0xCE, 0xCE, 0xCE, 0xCE,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
381 /* 50, 0x32 */ 0xCD, 0xCD, 0xCD, 0xCD,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
382 /* 51, 0x33 */ 0xCC, 0xCC, 0xCC, 0xCC,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
383 /* 52, 0x34 */ 0xCB, 0xCB, 0xCB, 0xCB,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
384 /* 53, 0x35 */ 0xCA, 0xCA, 0xCA, 0xCA,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
385 /* 54, 0x36 */ 0xC9, 0xC9, 0xC9, 0xC9,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
386 /* 55, 0x37 */ 0xC8, 0xC8, 0xC8, 0xC8,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
387 /* 56, 0x38 */ 0xC7, 0xC7, 0xC7, 0xC7,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
388 /* 57, 0x39 */ 0xC6, 0xC6, 0xC6, 0xC6,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
389 /* 58, 0x3A */ 0xC5, 0xC5, 0xC5, 0xC5,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
390 /* 59, 0x3B */ 0xC4, 0xC4, 0xC4, 0xC4,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
391 /* 60, 0x3C */ 0xC3, 0xC3, 0xC3, 0xC3,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
392 /* 61, 0x3D */ 0xC2, 0xC2, 0xC2, 0xC2,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
393 /* 62, 0x3E */ 0xC1, 0xC1, 0xC1, 0xC1,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
394 /* 63, 0x3F */ 0xC0, 0xC0, 0xC0, 0xC0,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
395 /* 64, 0x40 */ 0xBF, 0xBF, 0xBF, 0xBF,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
396 /* 65, 0x41 */ 0xBE, 0xBE, 0xBE, 0xBE,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
397 /* 66, 0x42 */ 0xBD, 0xBD, 0xBD, 0xBD,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
398 /* 67, 0x43 */ 0xBC, 0xBC, 0xBC, 0xBC,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
399 /* 68, 0x44 */ 0xBB, 0xBB, 0xBB, 0xBB,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
400 /* 69, 0x45 */ 0xBA, 0xBA, 0xBA, 0xBA,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
401 /* 70, 0x46 */ 0xB9, 0xB9, 0xB9, 0xB9,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
402 /* 71, 0x47 */ 0xB8, 0xB8, 0xB8, 0xB8,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
403 /* 72, 0x48 */ 0xB7, 0xB7, 0xB7, 0xB7,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
404 /* 73, 0x49 */ 0xB6, 0xB6, 0xB6, 0xB6,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
405 /* 74, 0x4A */ 0xB5, 0xB5, 0xB5, 0xB5,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
406 /* 75, 0x4B */ 0xB4, 0xB4, 0xB4, 0xB4,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
407 /* 76, 0x4C */ 0xB3, 0xB3, 0xB3, 0xB3,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
408 /* 77, 0x4D */ 0xB2, 0xB2, 0xB2, 0xB2,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
409 /* 78, 0x4E */ 0xB1, 0xB1, 0xB1, 0xB1,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
410 /* 79, 0x4F */ 0xB0, 0xB0, 0xB0, 0xB0,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
411 /* 80, 0x50 */ 0xAF, 0xAF, 0xAF, 0xAF,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
412 /* 81, 0x51 */ 0xAE, 0xAE, 0xAE, 0xAE,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
413 /* 82, 0x52 */ 0xAD, 0xAD, 0xAD, 0xAD,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
414 /* 83, 0x53 */ 0xAC, 0xAC, 0xAC, 0xAC,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
415 /* 84, 0x54 */ 0xAB, 0xAB, 0xAB, 0xAB,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
416 /* 85, 0x55 */ 0xAA, 0xAA, 0xAA, 0xAA,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
417 /* 86, 0x56 */ 0xA9, 0xA9, 0xA9, 0xA9,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
418 /* 87, 0x57 */ 0xA8, 0xA8, 0xA8, 0xA8,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
419 /* 88, 0x58 */ 0xA7, 0xA7, 0xA7, 0xA7,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
420 /* 89, 0x59 */ 0xA6, 0xA6, 0xA6, 0xA6,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
421 /* 90, 0x5A */ 0xA5, 0xA5, 0xA5, 0xA5,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
422 /* 91, 0x5B */ 0xA4, 0xA4, 0xA4, 0xA4,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
423 /* 92, 0x5C */ 0xA3, 0xA3, 0xA3, 0xA3,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
424 /* 93, 0x5D */ 0xA2, 0xA2, 0xA2, 0xA2,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
425 /* 94, 0x5E */ 0xA1, 0xA1, 0xA1, 0xA1,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
426 /* 95, 0x5F */ 0xA0, 0xA0, 0xA0, 0xA0,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
427 /* 96, 0x60 */ 0x9F, 0x9F, 0x9F, 0x9F,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
428 /* 97, 0x61 */ 0x9E, 0x9E, 0x9E, 0x9E,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
429 /* 98, 0x62 */ 0x9D, 0x9D, 0x9D, 0x9D,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
430 /* 99, 0x63 */ 0x9C, 0x9C, 0x9C, 0x9C,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
431 /* 100, 0x64 */ 0x9B, 0x9B, 0x9B, 0x9B,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
432 /* 101, 0x65 */ 0x9A, 0x9A, 0x9A, 0x9A,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
433 /* 102, 0x66 */ 0x99, 0x99, 0x99, 0x99,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
434 /* 103, 0x67 */ 0x98, 0x98, 0x98, 0x98,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
435 /* 104, 0x68 */ 0x97, 0x97, 0x97, 0x97,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
436 /* 105, 0x69 */ 0x96, 0x96, 0x96, 0x96,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
437 /* 106, 0x6A */ 0x95, 0x95, 0x95, 0x95,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
438 /* 107, 0x6B */ 0x94, 0x94, 0x94, 0x94,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
439 /* 108, 0x6C */ 0x93, 0x93, 0x93, 0x93,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
440 /* 109, 0x6D */ 0x92, 0x92, 0x92, 0x92,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
441 /* 110, 0x6E */ 0x91, 0x91, 0x91, 0x91,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
442 /* 111, 0x6F */ 0x90, 0x90, 0x90, 0x90,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
443 /* 112, 0x70 */ 0x8F, 0x8F, 0x8F, 0x8F,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
444 /* 113, 0x71 */ 0x8E, 0x8E, 0x8E, 0x8E,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
445 /* 114, 0x72 */ 0x8D, 0x8D, 0x8D, 0x8D,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
446 /* 115, 0x73 */ 0x8C, 0x8C, 0x8C, 0x8C,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
447 /* 116, 0x74 */ 0x8B, 0x8B, 0x8B, 0x8B,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
448 /* 117, 0x75 */ 0x8A, 0x8A, 0x8A, 0x8A,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
449 /* 118, 0x76 */ 0x89, 0x89, 0x89, 0x89,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
450 /* 119, 0x77 */ 0x88, 0x88, 0x88, 0x88,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
451 /* 120, 0x78 */ 0x87, 0x87, 0x87, 0x87,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
452 /* 121, 0x79 */ 0x86, 0x86, 0x86, 0x86,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
453 /* 122, 0x7A */ 0x85, 0x85, 0x85, 0x85,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
454 /* 123, 0x7B */ 0x84, 0x84, 0x84, 0x84,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
455 /* 124, 0x7C */ 0x83, 0x83, 0x83, 0x83,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
456 /* 125, 0x7D */ 0x82, 0x82, 0x82, 0x82,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
457 /* 126, 0x7E */ 0x81, 0x81, 0x81, 0x81,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
458 /* 127, 0x7F */ 0x80, 0x80, 0x80, 0x80,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
459 /* 128, 0x80 */ 0x7F, 0x7F, 0x7F, 0x7F,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
460 /* 129, 0x81 */ 0x7E, 0x7E, 0x7E, 0x7E,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
461 /* 130, 0x82 */ 0x7D, 0x7D, 0x7D, 0x7D,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
462 /* 131, 0x83 */ 0x7C, 0x7C, 0x7C, 0x7C,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
463 /* 132, 0x84 */ 0x7B, 0x7B, 0x7B, 0x7B,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
464 /* 133, 0x85 */ 0x7A, 0x7A, 0x7A, 0x7A,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
465 /* 134, 0x86 */ 0x79, 0x79, 0x79, 0x79,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
466 /* 135, 0x87 */ 0x78, 0x78, 0x78, 0x78,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
467 /* 136, 0x88 */ 0x77, 0x77, 0x77, 0x77,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
468 /* 137, 0x89 */ 0x76, 0x76, 0x76, 0x76,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
469 /* 138, 0x8A */ 0x75, 0x75, 0x75, 0x75,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
470 /* 139, 0x8B */ 0x74, 0x74, 0x74, 0x74,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
471 /* 140, 0x8C */ 0x73, 0x73, 0x73, 0x73,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
472 /* 141, 0x8D */ 0x72, 0x72, 0x72, 0x72,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
473 /* 142, 0x8E */ 0x71, 0x71, 0x71, 0x71,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
474 /* 143, 0x8F */ 0x70, 0x70, 0x70, 0x70,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
475 /* 144, 0x90 */ 0x6F, 0x6F, 0x6F, 0x6F,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
476 /* 145, 0x91 */ 0x6E, 0x6E, 0x6E, 0x6E,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
477 /* 146, 0x92 */ 0x6D, 0x6D, 0x6D, 0x6D,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
478 /* 147, 0x93 */ 0x6C, 0x6C, 0x6C, 0x6C,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
479 /* 148, 0x94 */ 0x6B, 0x6B, 0x6B, 0x6B,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
480 /* 149, 0x95 */ 0x6A, 0x6A, 0x6A, 0x6A,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
481 /* 150, 0x96 */ 0x69, 0x69, 0x69, 0x69,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
482 /* 151, 0x97 */ 0x68, 0x68, 0x68, 0x68,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
483 /* 152, 0x98 */ 0x67, 0x67, 0x67, 0x67,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
484 /* 153, 0x99 */ 0x66, 0x66, 0x66, 0x66,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
485 /* 154, 0x9A */ 0x65, 0x65, 0x65, 0x65,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
486 /* 155, 0x9B */ 0x64, 0x64, 0x64, 0x64,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
487 /* 156, 0x9C */ 0x63, 0x63, 0x63, 0x63,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
488 /* 157, 0x9D */ 0x62, 0x62, 0x62, 0x62,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
489 /* 158, 0x9E */ 0x61, 0x61, 0x61, 0x61,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
490 /* 159, 0x9F */ 0x60, 0x60, 0x60, 0x60,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
491 /* 160, 0xA0 */ 0x5F, 0x5F, 0x5F, 0x5F,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
492 /* 161, 0xA1 */ 0x5E, 0x5E, 0x5E, 0x5E,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
493 /* 162, 0xA2 */ 0x5D, 0x5D, 0x5D, 0x5D,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
494 /* 163, 0xA3 */ 0x5C, 0x5C, 0x5C, 0x5C,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
495 /* 164, 0xA4 */ 0x5B, 0x5B, 0x5B, 0x5B,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
496 /* 165, 0xA5 */ 0x5A, 0x5A, 0x5A, 0x5A,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
497 /* 166, 0xA6 */ 0x59, 0x59, 0x59, 0x59,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
498 /* 167, 0xA7 */ 0x58, 0x58, 0x58, 0x58,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
499 /* 168, 0xA8 */ 0x57, 0x57, 0x57, 0x57,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
500 /* 169, 0xA9 */ 0x56, 0x56, 0x56, 0x56,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
501 /* 170, 0xAA */ 0x55, 0x55, 0x55, 0x55,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
502 /* 171, 0xAB */ 0x54, 0x54, 0x54, 0x54,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
503 /* 172, 0xAC */ 0x53, 0x53, 0x53, 0x53,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
504 /* 173, 0xAD */ 0x52, 0x52, 0x52, 0x52,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
505 /* 174, 0xAE */ 0x51, 0x51, 0x51, 0x51,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
506 /* 175, 0xAF */ 0x50, 0x50, 0x50, 0x50,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
507 /* 176, 0xB0 */ 0x4F, 0x4F, 0x4F, 0x4F,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
508 /* 177, 0xB1 */ 0x4E, 0x4E, 0x4E, 0x4E,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
509 /* 178, 0xB2 */ 0x4D, 0x4D, 0x4D, 0x4D,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
510 /* 179, 0xB3 */ 0x4C, 0x4C, 0x4C, 0x4C,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
511 /* 180, 0xB4 */ 0x4B, 0x4B, 0x4B, 0x4B,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
512 /* 181, 0xB5 */ 0x4A, 0x4A, 0x4A, 0x4A,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
513 /* 182, 0xB6 */ 0x49, 0x49, 0x49, 0x49,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
514 /* 183, 0xB7 */ 0x48, 0x48, 0x48, 0x48,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
515 /* 184, 0xB8 */ 0x47, 0x47, 0x47, 0x47,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
516 /* 185, 0xB9 */ 0x46, 0x46, 0x46, 0x46,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
517 /* 186, 0xBA */ 0x45, 0x45, 0x45, 0x45,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
518 /* 187, 0xBB */ 0x44, 0x44, 0x44, 0x44,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
519 /* 188, 0xBC */ 0x43, 0x43, 0x43, 0x43,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
520 /* 189, 0xBD */ 0x42, 0x42, 0x42, 0x42,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
521 /* 190, 0xBE */ 0x41, 0x41, 0x41, 0x41,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
522 /* 191, 0xBF */ 0x40, 0x40, 0x40, 0x40,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
523 /* 192, 0xC0 */ 0x3F, 0x3F, 0x3F, 0x3F,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
524 /* 193, 0xC1 */ 0x3E, 0x3E, 0x3E, 0x3E,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
525 /* 194, 0xC2 */ 0x3D, 0x3D, 0x3D, 0x3D,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
526 /* 195, 0xC3 */ 0x3C, 0x3C, 0x3C, 0x3C,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
527 /* 196, 0xC4 */ 0x3B, 0x3B, 0x3B, 0x3B,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
528 /* 197, 0xC5 */ 0x3A, 0x3A, 0x3A, 0x3A,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
529 /* 198, 0xC6 */ 0x39, 0x39, 0x39, 0x39,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
530 /* 199, 0xC7 */ 0x38, 0x38, 0x38, 0x38,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
531 /* 200, 0xC8 */ 0x37, 0x37, 0x37, 0x37,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
532 /* 201, 0xC9 */ 0x36, 0x36, 0x36, 0x36,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
533 /* 202, 0xCA */ 0x35, 0x35, 0x35, 0x35,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
534 /* 203, 0xCB */ 0x34, 0x34, 0x34, 0x34,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
535 /* 204, 0xCC */ 0x33, 0x33, 0x33, 0x33,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
536 /* 205, 0xCD */ 0x32, 0x32, 0x32, 0x32,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
537 /* 206, 0xCE */ 0x31, 0x31, 0x31, 0x31,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
538 /* 207, 0xCF */ 0x30, 0x30, 0x30, 0x30,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
539 /* 208, 0xD0 */ 0x2F, 0x2F, 0x2F, 0x2F,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
540 /* 209, 0xD1 */ 0x2E, 0x2E, 0x2E, 0x2E,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
541 /* 210, 0xD2 */ 0x2D, 0x2D, 0x2D, 0x2D,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
542 /* 211, 0xD3 */ 0x2C, 0x2C, 0x2C, 0x2C,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
543 /* 212, 0xD4 */ 0x2B, 0x2B, 0x2B, 0x2B,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
544 /* 213, 0xD5 */ 0x2A, 0x2A, 0x2A, 0x2A,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
545 /* 214, 0xD6 */ 0x29, 0x29, 0x29, 0x29,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
546 /* 215, 0xD7 */ 0x28, 0x28, 0x28, 0x28,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
547 /* 216, 0xD8 */ 0x27, 0x27, 0x27, 0x27,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
548 /* 217, 0xD9 */ 0x26, 0x26, 0x26, 0x26,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
549 /* 218, 0xDA */ 0x25, 0x25, 0x25, 0x25,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
550 /* 219, 0xDB */ 0x24, 0x24, 0x24, 0x24,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
551 /* 220, 0xDC */ 0x23, 0x23, 0x23, 0x23,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
552 /* 221, 0xDD */ 0x22, 0x22, 0x22, 0x22,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
553 /* 222, 0xDE */ 0x21, 0x21, 0x21, 0x21,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
554 /* 223, 0xDF */ 0x20, 0x20, 0x20, 0x20,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
555 /* 224, 0xE0 */ 0x1F, 0x1F, 0x1F, 0x1F,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
556 /* 225, 0xE1 */ 0x1E, 0x1E, 0x1E, 0x1E,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
557 /* 226, 0xE2 */ 0x1D, 0x1D, 0x1D, 0x1D,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
558 /* 227, 0xE3 */ 0x1C, 0x1C, 0x1C, 0x1C,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
559 /* 228, 0xE4 */ 0x1B, 0x1B, 0x1B, 0x1B,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
560 /* 229, 0xE5 */ 0x1A, 0x1A, 0x1A, 0x1A,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
561 /* 230, 0xE6 */ 0x19, 0x19, 0x19, 0x19,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
562 /* 231, 0xE7 */ 0x18, 0x18, 0x18, 0x18,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
563 /* 232, 0xE8 */ 0x17, 0x17, 0x17, 0x17,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
564 /* 233, 0xE9 */ 0x16, 0x16, 0x16, 0x16,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
565 /* 234, 0xEA */ 0x15, 0x15, 0x15, 0x15,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
566 /* 235, 0xEB */ 0x14, 0x14, 0x14, 0x14,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
567 /* 236, 0xEC */ 0x13, 0x13, 0x13, 0x13,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
568 /* 237, 0xED */ 0x12, 0x12, 0x12, 0x12,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
569 /* 238, 0xEE */ 0x11, 0x11, 0x11, 0x11,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
570 /* 239, 0xEF */ 0x10, 0x10, 0x10, 0x10,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
571 /* 240, 0xF0 */ 0x0F, 0x0F, 0x0F, 0x0F,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
572 /* 241, 0xF1 */ 0x0E, 0x0E, 0x0E, 0x0E,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
573 /* 242, 0xF2 */ 0x0D, 0x0D, 0x0D, 0x0D,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
574 /* 243, 0xF3 */ 0x0C, 0x0C, 0x0C, 0x0C,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
575 /* 244, 0xF4 */ 0x0B, 0x0B, 0x0B, 0x0B,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
576 /* 245, 0xF5 */ 0x0A, 0x0A, 0x0A, 0x0A,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
577 /* 246, 0xF6 */ 0x09, 0x09, 0x09, 0x09,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
578 /* 247, 0xF7 */ 0x08, 0x08, 0x08, 0x08,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
579 /* 248, 0xF8 */ 0x07, 0x07, 0x07, 0x07,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
580 /* 249, 0xF9 */ 0x06, 0x06, 0x06, 0x06,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
581 /* 250, 0xFA */ 0x05, 0x05, 0x05, 0x05,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
582 /* 251, 0xFB */ 0x04, 0x04, 0x04, 0x04,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
583 /* 252, 0xFC */ 0x03, 0x03, 0x03, 0x03,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
584 /* 253, 0xFD */ 0x02, 0x02, 0x02, 0x02,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
585 /* 254, 0xFE */ 0x01, 0x01, 0x01, 0x01,
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
586 /* 255, 0xFF */ 0x00, 0x00, 0x00, 0x00
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
587 };
266bf4b596a3 Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
mosu
parents: 4371
diff changeset
588
26029
4129c8cfa742 Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25708
diff changeset
589 #endif /* MPLAYER_QTPALETTE_H */