Subversion Repositories wimsdev

Rev

Rev 10 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 8103
Line 1... Line 1...
1
 
1
 
2
        /* This file is automatically generated! Do not edit it. */
2
        /* This file is automatically generated! Do not edit it. */
3
 
-
 
4
struct {
-
 
5
        char *name;
-
 
6
        int r,g,b;
3
#include "texgif.h"
7
} colors[]={
4
struct colors colors[]={
8
 
5
 
9
        {"aliceblue",           240,248,255},
6
        {"aliceblue",           240,248,255},
10
        {"antiquewhite",        250,235,215},
7
        {"antiquewhite",        250,235,215},
11
        {"aqua",        0,255,255},
8
        {"aqua",        0,255,255},
12
        {"aquamarine",          127,255,212},
9
        {"aquamarine",          127,255,212},
Line 158... Line 155...
158
        {"whitesmoke",          245,245,245},
155
        {"whitesmoke",          245,245,245},
159
        {"yellow",      255,255,0},
156
        {"yellow",      255,255,0},
160
        {"yellowgreen",         154,205,50},
157
        {"yellowgreen",         154,205,50},
161
};
158
};
162
 
159
 
163
#define colorno (sizeof(colors)/sizeof(colors[0]))
160
int colorno=(sizeof(colors)/sizeof(colors[0]));
164
 
161