1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/small3dlib.git synced 2024-11-21 20:39:57 +01:00
small3dlib/programs/gbmeta/palette.h
2019-07-02 14:26:12 +02:00

38 lines
2.5 KiB
C

#ifndef PALETTE_H
#define PALETTE_H
const uint8_t palette[768] = {
0,0,0,16,16,16,32,32,32,49,48,49,65,68,65,82,85,82,98,101,98,115,117,115,139,
137,139,156,153,156,172,170,172,189,186,189,205,206,205,222,222,222,238,238,238,
255,255,255,16,12,8,32,28,16,49,40,24,65,56,32,82,68,41,98,85,49,115,97,57,131,
113,65,148,125,74,164,141,82,180,153,90,197,170,98,213,182,106,230,198,115,246,
210,123,255,222,131,8,16,8,24,32,16,32,48,24,49,64,32,57,80,41,74,97,49,82,113,
57,98,129,65,106,145,74,123,161,82,131,178,90,148,194,98,156,210,106,172,226,
115,180,242,123,197,255,131,8,16,8,16,32,16,24,48,24,32,64,41,41,80,49,49,97,57,
57,113,65,65,129,82,74,145,90,82,161,98,90,178,106,98,194,123,106,210,131,115,
226,139,123,242,148,131,255,164,8,16,16,16,32,32,24,48,49,32,64,65,41,80,82,49,
97,98,57,113,115,65,129,131,74,145,148,82,161,164,90,178,180,98,194,197,106,210,
213,115,226,230,123,242,246,131,255,255,8,8,16,16,20,32,24,28,49,32,40,65,41,48,
82,49,60,98,57,68,115,65,80,131,74,89,148,82,101,164,90,109,180,98,121,197,106,
129,213,115,141,230,123,149,246,131,161,255,8,8,16,24,16,32,32,24,49,49,32,65,
57,40,82,74,48,98,82,56,115,98,64,131,115,72,148,123,80,164,139,89,180,148,97,
197,164,105,213,172,113,230,189,121,246,197,129,255,16,8,8,32,16,24,49,24,41,65,
32,49,82,40,65,98,48,82,115,56,90,131,64,106,148,72,123,164,80,131,180,89,148,
197,97,164,213,105,172,230,113,189,246,121,205,255,129,213,16,0,0,32,0,0,49,0,0,
65,0,0,82,0,0,98,0,0,115,0,0,131,0,0,148,0,0,164,0,0,180,0,0,197,0,0,213,0,0,
230,0,0,246,0,0,255,0,0,16,12,0,32,24,0,49,36,0,65,48,0,82,60,0,98,72,0,115,85,
0,131,97,0,148,109,0,164,121,0,180,133,0,197,145,0,213,157,0,230,170,0,246,182,
0,255,190,0,8,16,0,16,32,0,24,48,0,32,64,0,41,80,0,49,97,0,57,113,0,65,129,0,74,
145,0,82,161,0,90,178,0,98,194,0,106,210,0,115,226,0,123,242,0,131,255,0,0,16,0,
0,32,8,0,48,8,0,64,16,0,80,16,0,97,24,0,113,24,0,129,32,0,145,32,0,161,41,0,178,
41,0,194,49,0,210,49,0,226,57,0,242,57,0,255,65,0,16,16,0,32,32,0,48,49,0,64,65,
0,80,82,0,97,98,0,113,115,0,129,131,0,145,148,0,161,164,0,178,180,0,194,197,0,
210,213,0,226,230,0,242,246,0,255,255,0,4,16,0,8,32,0,12,49,0,16,65,0,20,82,0,
24,98,0,28,115,0,32,131,0,36,148,0,40,164,0,44,180,0,48,197,0,52,213,0,56,230,0,
60,246,0,64,255,8,0,16,16,0,32,24,0,49,32,0,65,41,0,82,49,0,98,57,0,115,74,0,
131,82,0,148,90,0,164,98,0,180,106,0,197,115,0,213,123,0,230,131,0,246,148,0,
255,16,0,8,32,0,16,49,0,32,65,0,41,82,0,49,98,0,65,115,0,74,131,0,90,148,0,98,
164,0,106,180,0,123,197,0,131,213,0,139,230,0,156,246,0,164,255,0,172
}; // level1Palette
#endif