pal_rgb.h

00001 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
00002  * Copyright by The HDF Group.                                               *
00003  * Copyright by the Board of Trustees of the University of Illinois.         *
00004  * All rights reserved.                                                      *
00005  *                                                                           *
00006  * This file is part of HDF5.  The full HDF5 copyright notice, including     *
00007  * terms governing use, modification, and redistribution, is contained in    *
00008  * the files COPYING and Copyright.html.  COPYING can be found at the root   *
00009  * of the source code distribution tree; Copyright.html can be found at the  *
00010  * root level of an installed copy of the electronic HDF5 document set and   *
00011  * is linked from the top-level documents page.  It can also be found at     *
00012  * http://hdfgroup.org/HDF5/doc/Copyright.html.  If you do not have          *
00013  * access to either file, you may request a copy from help@hdfgroup.org.     *
00014  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
00015 
00016 const unsigned char pal_rgb[256*3] = {255,255,255,
00017 0,0,131,
00018 0,0,135,
00019 0,0,139,
00020 0,0,143,
00021 0,0,147,
00022 0,0,151,
00023 0,0,155,
00024 0,0,159,
00025 0,0,163,
00026 0,0,167,
00027 0,0,171,
00028 0,0,175,
00029 0,0,179,
00030 0,0,183,
00031 0,0,187,
00032 0,0,191,
00033 0,0,195,
00034 0,0,199,
00035 0,0,203,
00036 0,0,207,
00037 0,0,211,
00038 0,0,215,
00039 0,0,219,
00040 0,0,223,
00041 0,0,227,
00042 0,0,231,
00043 0,0,235,
00044 0,0,239,
00045 0,0,243,
00046 0,0,247,
00047 0,0,251,
00048 0,0,255,
00049 0,0,255,
00050 0,3,255,
00051 0,7,255,
00052 0,11,255,
00053 0,15,255,
00054 0,19,255,
00055 0,23,255,
00056 0,27,255,
00057 0,31,255,
00058 0,35,255,
00059 0,39,255,
00060 0,43,255,
00061 0,47,255,
00062 0,51,255,
00063 0,55,255,
00064 0,59,255,
00065 0,63,255,
00066 0,67,255,
00067 0,71,255,
00068 0,75,255,
00069 0,79,255,
00070 0,83,255,
00071 0,87,255,
00072 0,91,255,
00073 0,95,255,
00074 0,99,255,
00075 0,103,255,
00076 0,107,255,
00077 0,111,255,
00078 0,115,255,
00079 0,119,255,
00080 0,123,255,
00081 0,127,255,
00082 0,131,255,
00083 0,135,255,
00084 0,139,255,
00085 0,143,255,
00086 0,147,255,
00087 0,151,255,
00088 0,155,255,
00089 0,159,255,
00090 0,163,255,
00091 0,167,255,
00092 0,171,255,
00093 0,175,255,
00094 0,179,255,
00095 0,183,255,
00096 0,187,255,
00097 0,191,255,
00098 0,195,255,
00099 0,199,255,
00100 0,203,255,
00101 0,207,255,
00102 0,211,255,
00103 0,215,255,
00104 0,219,255,
00105 0,223,255,
00106 0,227,255,
00107 0,231,255,
00108 0,235,255,
00109 0,239,255,
00110 0,243,255,
00111 0,247,255,
00112 0,251,255,
00113 0,255,255,
00114 0,255,255,
00115 3,255,251,
00116 7,255,247,
00117 11,255,243,
00118 15,255,239,
00119 19,255,235,
00120 23,255,231,
00121 27,255,227,
00122 31,255,223,
00123 35,255,219,
00124 39,255,215,
00125 43,255,211,
00126 47,255,207,
00127 51,255,203,
00128 55,255,199,
00129 59,255,195,
00130 63,255,191,
00131 67,255,187,
00132 71,255,183,
00133 75,255,179,
00134 79,255,175,
00135 83,255,171,
00136 87,255,167,
00137 91,255,163,
00138 95,255,159,
00139 99,255,155,
00140 103,255,151,
00141 107,255,147,
00142 111,255,143,
00143 115,255,139,
00144 119,255,135,
00145 123,255,131,
00146 127,255,127,
00147 131,255,123,
00148 135,255,119,
00149 139,255,115,
00150 143,255,111,
00151 147,255,107,
00152 151,255,103,
00153 155,255,99,
00154 159,255,95,
00155 163,255,91,
00156 167,255,87,
00157 171,255,83,
00158 175,255,79,
00159 179,255,75,
00160 183,255,71,
00161 187,255,67,
00162 191,255,63,
00163 195,255,59,
00164 199,255,55,
00165 203,255,51,
00166 207,255,47,
00167 211,255,43,
00168 215,255,39,
00169 219,255,35,
00170 223,255,31,
00171 227,255,27,
00172 231,255,23,
00173 235,255,19,
00174 239,255,15,
00175 243,255,11,
00176 247,255,7,
00177 251,255,3,
00178 255,255,0,
00179 255,251,0,
00180 255,247,0,
00181 255,243,0,
00182 255,239,0,
00183 255,235,0,
00184 255,231,0,
00185 255,227,0,
00186 255,223,0,
00187 255,219,0,
00188 255,215,0,
00189 255,211,0,
00190 255,207,0,
00191 255,203,0,
00192 255,199,0,
00193 255,195,0,
00194 255,191,0,
00195 255,187,0,
00196 255,183,0,
00197 255,179,0,
00198 255,175,0,
00199 255,171,0,
00200 255,167,0,
00201 255,163,0,
00202 255,159,0,
00203 255,155,0,
00204 255,151,0,
00205 255,147,0,
00206 255,143,0,
00207 255,139,0,
00208 255,135,0,
00209 255,131,0,
00210 255,127,0,
00211 255,123,0,
00212 255,119,0,
00213 255,115,0,
00214 255,111,0,
00215 255,107,0,
00216 255,103,0,
00217 255,99,0,
00218 255,95,0,
00219 255,91,0,
00220 255,87,0,
00221 255,83,0,
00222 255,79,0,
00223 255,75,0,
00224 255,71,0,
00225 255,67,0,
00226 255,63,0,
00227 255,59,0,
00228 255,55,0,
00229 255,51,0,
00230 255,47,0,
00231 255,43,0,
00232 255,39,0,
00233 255,35,0,
00234 255,31,0,
00235 255,27,0,
00236 255,23,0,
00237 255,19,0,
00238 255,15,0,
00239 255,11,0,
00240 255,7,0,
00241 255,3,0,
00242 255,0,0,
00243 250,0,0,
00244 246,0,0,
00245 241,0,0,
00246 237,0,0,
00247 233,0,0,
00248 228,0,0,
00249 224,0,0,
00250 219,0,0,
00251 215,0,0,
00252 211,0,0,
00253 206,0,0,
00254 202,0,0,
00255 197,0,0,
00256 193,0,0,
00257 189,0,0,
00258 184,0,0,
00259 180,0,0,
00260 175,0,0,
00261 171,0,0,
00262 167,0,0,
00263 162,0,0,
00264 158,0,0,
00265 153,0,0,
00266 149,0,0,
00267 145,0,0,
00268 140,0,0,
00269 136,0,0,
00270 131,0,0,
00271 127,0,0
00272 };
00273