Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / Prefs / MainPrefs / Images / about.c
blob9c6f4c3e0e13bfb199dce31f5ee80ef7e4d12bf4
1 #ifdef USE_ABOUT_COLORS
2 const ULONG about_colors[48] =
4 0xffffffff,0x00000000,0x00000000,
5 0xa0a0a0a0,0xa0a0a0a0,0xa0a0a0a0,
6 0x33333333,0x77777777,0xaaaaaaaa,
7 0x00000000,0x00000000,0x00000000,
8 0xaaaaaaaa,0x88888888,0x77777777,
9 0xaaaaaaaa,0xaaaaaaaa,0xaaaaaaaa,
10 0xffffffff,0xaaaaaaaa,0x99999999,
11 0xffffffff,0xffffffff,0xffffffff,
12 0x77777777,0x77777777,0x77777777,
13 0xeeeeeeee,0x00000000,0x99999999,
14 0xffffffff,0xeeeeeeee,0x00000000,
15 0x00000000,0x88888888,0x00000000,
16 0x00000000,0xdddddddd,0x00000000,
17 0x00000000,0xcccccccc,0xcccccccc,
18 0x00000000,0x66666666,0xffffffff,
19 0x00000000,0x00000000,0xaaaaaaaa,
21 #endif
23 #define ABOUT_WIDTH 12
24 #define ABOUT_HEIGHT 16
25 #define ABOUT_DEPTH 4
26 #define ABOUT_COMPRESSION 0
27 #define ABOUT_MASKING 2
29 #ifdef USE_ABOUT_HEADER
30 const struct BitMapHeader about_header =
31 { 12,16,0,0,4,2,0,0,0,44,44,320,256 };
32 #endif
34 #ifdef USE_ABOUT_BODY
35 const UBYTE about_body[128] = {
36 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x00,0x00,0x00,0x10,
37 0x80,0x1e,0x00,0x1e,0x80,0x1f,0x00,0x20,0x40,0x10,0x80,0x3e,0x80,0x1f,0x00,
38 0x00,0x40,0x00,0x80,0x1c,0x80,0x1e,0x00,0x21,0x40,0x0f,0x00,0x7f,0x80,0x00,
39 0x00,0x80,0x40,0x7f,0x80,0xfe,0x80,0x7f,0x00,0x00,0x40,0x40,0x80,0xfe,0x80,
40 0x7f,0x00,0x00,0x40,0x10,0x80,0x1e,0x80,0x1f,0x00,0xe0,0x40,0xd0,0x80,0xfe,
41 0x80,0x1f,0x00,0x00,0x40,0x10,0x80,0x7e,0xe0,0x1f,0x00,0x80,0x00,0x60,0xa0,
42 0xff,0xa0,0x7f,0xc0,0x00,0x10,0x40,0x20,0xff,0x20,0x7f,0xc0,0x00,0x10,0x3f,
43 0xe0,0xff,0xe0,0x00,0x00,0x00,0x10,0x80,0x00,0x80,0x00,0x00,0x00,0x7f,0xf0,
44 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, };
45 #endif