Source
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
* *
* This file is part of HDF5. The full HDF5 copyright notice, including *
* terms governing use, modification, and redistribution, is contained in *
* the files COPYING and Copyright.html. COPYING can be found at the root *
* of the source code distribution tree; Copyright.html can be found at the *
* root level of an installed copy of the electronic HDF5 document set and *
* is linked from the top-level documents page. It can also be found at *
* http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *
* access to either file, you may request a copy from help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
const unsigned char pal_rgb[256*3] = {255,255,255,
0,0,131,
0,0,135,
0,0,139,
0,0,143,
0,0,147,
0,0,151,
0,0,155,
0,0,159,
0,0,163,
0,0,167,
0,0,171,
0,0,175,
0,0,179,
0,0,183,
0,0,187,
0,0,191,
0,0,195,
0,0,199,
0,0,203,
0,0,207,
0,0,211,
0,0,215,
0,0,219,
0,0,223,
0,0,227,
0,0,231,
0,0,235,
0,0,239,
0,0,243,
0,0,247,
0,0,251,
0,0,255,
0,0,255,
0,3,255,
0,7,255,