source: sans/utils/Teabag/lut.h @ 1249

Last change on this file since 1249 was 837, checked in by ajj, 11 years ago

Checkin of Teabag code for TISANE.

File size: 2.9 KB
Line 
1unsigned char red[256] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
2                          0,0,0,5,10,15,20,26,31,36,41,46,52,57,62,67,72,78,83,
3                          88,93,98,104,109,114,119,124,130,135,140,145,150,156,
4                          161,166,171,176,182,187,192,197,202,208,213,218,223,
5                          228,234,239,244,249,255,255,255,255,255,255,255,255,
6                          255,255,255,255,255,255,255,255,255,255,255,255,255,
7                          255,255,255,255,255,255,255,255,249,243,238,232,226,
8                          221,215,209,204,198,192,187,181,175,170,164,158,153,
9                          147,141,136,130,124,119,113,107,102,96,90,85,79,73,
10                          68,62,56,51,45,39,34,28,22,17,11,5,0,0,0,0,0,0,0,0,0,
11                          0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,15,21,
12                          26,31,37,42,47,53,58,63,69,74,79,85,90,95,100,106,
13                          111,116,122,127,132,138,143,148,154,159,164,170,175,
14                          180,185,191,196,201,207,212,217,223,228,233,239,244,
15                          249,255,255,255,255,255,255,255,255,255,255,255,255,
16                          255,255,255,255,255,255,255,255,255,255,255,255,255,
17                          255,255,255,255};
18
19unsigned char blue[256] = {0,9,18,27,36,45,54,63,72,81,91,100,109,118,127,136,
20                           145,154,163,173,182,191,200,209,218,227,236,245,255,
21                           249,244,239,234,228,223,218,213,208,202,197,192,187,
22                           182,176,171,166,161,156,150,145,140,135,130,124,119,
23                           114,109,104,98,93,88,83,78,72,67,62,57,52,46,41,36,
24                           31,26,20,15,10,5,0,9,18,27,36,45,54,63,72,81,91,100,
25                           109,118,127,136,145,154,163,173,182,191,200,209,218,
26                           227,236,245,255,249,243,238,232,226,221,215,209,204,
27                           198,192,187,181,175,170,164,158,153,147,141,136,130,
28                           124,119,113,107,102,96,90,85,79,73,68,62,56,51,45,
29                           39,34,28,22,17,11,5,0,8,17,26,35,43,52,61,70,79,87,
30                           96,105,114,123,131,140,149,158,167,175,184,193,202,
31                           211,219,228,237,246,255,249,244,239,233,228,223,217,
32                           212,207,201,196,191,185,180,175,170,164,159,154,148,
33                           143,138,132,127,122,116,111,106,100,95,90,85,79,74,
34                           69,63,58,53,47,42,37,31,26,21,15,10,5,0,9,18,27,36,
35                           45,54,63,72,81,91,100,109,118,127,136,145,154,163,
36                           173,182,191,200,209,218,227,236,245,255};
37
38unsigned char green[256] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
39                            0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
40                            0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
41                            0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
42                            0,0,0,0,0,0,5,11,17,22,28,34,39,45,51,56,62,68,73,
43                            79,85,90,96,102,107,113,119,124,130,136,141,147,
44                            153,158,164,170,175,181,187,192,198,204,209,215,
45                            221,226,232,238,243,249,255,255,255,255,255,255,
46                            255,255,255,255,255,255,255,255,255,255,255,255,
47                            255,255,255,255,255,255,255,255,255,255,255,255,
48                            255,255,255,255,255,255,255,255,255,255,255,255,
49                            255,255,255,255,255,255,255,255,255,255,255,255,
50                            255,255,255,255,255,255,255,255,255,255,255,255,
51                            255,255,255,255,255,255,255,255,255,255,255,255,
52                            255,255,255,255,255,255,255,255,255,255,255,255,
53                            255,255,255,255,255,255,255,255,255,255,255,255,
54                            255,255,255,255};
Note: See TracBrowser for help on using the repository browser.