summaryrefslogtreecommitdiff
path: root/cad/plugins/NanoVision-1/src/Plugins/RenderingEngines/OpenGL/GLT/glt_rgb.h
blob: 2208cae2a3f4f8a28e16945a8bcbb20ba35f00bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
#ifndef GLT_RGB_H
#define GLT_RGB_H

#include "glt_color.h"

extern const GltColor aliceBlue;
extern const GltColor antiqueWhite;
extern const GltColor antiqueWhite1;
extern const GltColor antiqueWhite2;
extern const GltColor antiqueWhite3;
extern const GltColor antiqueWhite4;
extern const GltColor aquamarine;
extern const GltColor aquamarine1;
extern const GltColor aquamarine2;
extern const GltColor aquamarine3;
extern const GltColor aquamarine4;
extern const GltColor azure;
extern const GltColor azure1;
extern const GltColor azure2;
extern const GltColor azure3;
extern const GltColor azure4;
extern const GltColor beige;
extern const GltColor bisque;
extern const GltColor bisque1;
extern const GltColor bisque2;
extern const GltColor bisque3;
extern const GltColor bisque4;
extern const GltColor black;
extern const GltColor blanchedAlmond;
extern const GltColor blue;
extern const GltColor blue1;
extern const GltColor blue2;
extern const GltColor blue3;
extern const GltColor blue4;
extern const GltColor blueViolet;
extern const GltColor brown;
extern const GltColor brown1;
extern const GltColor brown2;
extern const GltColor brown3;
extern const GltColor brown4;
extern const GltColor burlywood;
extern const GltColor burlywood1;
extern const GltColor burlywood2;
extern const GltColor burlywood3;
extern const GltColor burlywood4;
extern const GltColor cadetBlue;
extern const GltColor cadetBlue1;
extern const GltColor cadetBlue2;
extern const GltColor cadetBlue3;
extern const GltColor cadetBlue4;
extern const GltColor chartreuse;
extern const GltColor chartreuse1;
extern const GltColor chartreuse2;
extern const GltColor chartreuse3;
extern const GltColor chartreuse4;
extern const GltColor chocolate;
extern const GltColor chocolate1;
extern const GltColor chocolate2;
extern const GltColor chocolate3;
extern const GltColor chocolate4;
extern const GltColor coral;
extern const GltColor coral1;
extern const GltColor coral2;
extern const GltColor coral3;
extern const GltColor coral4;
extern const GltColor cornflowerBlue;
extern const GltColor cornsilk;
extern const GltColor cornsilk1;
extern const GltColor cornsilk2;
extern const GltColor cornsilk3;
extern const GltColor cornsilk4;
extern const GltColor cyan;
extern const GltColor cyan1;
extern const GltColor cyan2;
extern const GltColor cyan3;
extern const GltColor cyan4;
extern const GltColor darkBlue;
extern const GltColor darkCyan;
extern const GltColor darkGoldenrod;
extern const GltColor darkGoldenrod1;
extern const GltColor darkGoldenrod2;
extern const GltColor darkGoldenrod3;
extern const GltColor darkGoldenrod4;
extern const GltColor darkGray;
extern const GltColor darkGreen;
extern const GltColor darkGrey;
extern const GltColor darkKhaki;
extern const GltColor darkMagenta;
extern const GltColor darkOliveGreen;
extern const GltColor darkOliveGreen1;
extern const GltColor darkOliveGreen2;
extern const GltColor darkOliveGreen3;
extern const GltColor darkOliveGreen4;
extern const GltColor darkOrange;
extern const GltColor darkOrange1;
extern const GltColor darkOrange2;
extern const GltColor darkOrange3;
extern const GltColor darkOrange4;
extern const GltColor darkOrchid;
extern const GltColor darkOrchid1;
extern const GltColor darkOrchid2;
extern const GltColor darkOrchid3;
extern const GltColor darkOrchid4;
extern const GltColor darkRed;
extern const GltColor darkSalmon;
extern const GltColor darkSeaGreen;
extern const GltColor darkSeaGreen1;
extern const GltColor darkSeaGreen2;
extern const GltColor darkSeaGreen3;
extern const GltColor darkSeaGreen4;
extern const GltColor darkSlateBlue;
extern const GltColor darkSlateGray;
extern const GltColor darkSlateGray1;
extern const GltColor darkSlateGray2;
extern const GltColor darkSlateGray3;
extern const GltColor darkSlateGray4;
extern const GltColor darkSlateGrey;
extern const GltColor darkTurquoise;
extern const GltColor darkViolet;
extern const GltColor deepPink;
extern const GltColor deepPink1;
extern const GltColor deepPink2;
extern const GltColor deepPink3;
extern const GltColor deepPink4;
extern const GltColor deepSkyBlue;
extern const GltColor deepSkyBlue1;
extern const GltColor deepSkyBlue2;
extern const GltColor deepSkyBlue3;
extern const GltColor deepSkyBlue4;
extern const GltColor dimGray;
extern const GltColor dimGrey;
extern const GltColor dodgerBlue;
extern const GltColor dodgerBlue1;
extern const GltColor dodgerBlue2;
extern const GltColor dodgerBlue3;
extern const GltColor dodgerBlue4;
extern const GltColor firebrick;
extern const GltColor firebrick1;
extern const GltColor firebrick2;
extern const GltColor firebrick3;
extern const GltColor firebrick4;
extern const GltColor floralWhite;
extern const GltColor forestGreen;
extern const GltColor gainsboro;
extern const GltColor ghostWhite;
extern const GltColor gold;
extern const GltColor gold1;
extern const GltColor gold2;
extern const GltColor gold3;
extern const GltColor gold4;
extern const GltColor goldenrod;
extern const GltColor goldenrod1;
extern const GltColor goldenrod2;
extern const GltColor goldenrod3;
extern const GltColor goldenrod4;
extern const GltColor gray;
extern const GltColor gray0;
extern const GltColor gray1;
extern const GltColor gray10;
extern const GltColor gray100;
extern const GltColor gray11;
extern const GltColor gray12;
extern const GltColor gray13;
extern const GltColor gray14;
extern const GltColor gray15;
extern const GltColor gray16;
extern const GltColor gray17;
extern const GltColor gray18;
extern const GltColor gray19;
extern const GltColor gray2;
extern const GltColor gray20;
extern const GltColor gray21;
extern const GltColor gray22;
extern const GltColor gray23;
extern const GltColor gray24;
extern const GltColor gray25;
extern const GltColor gray26;
extern const GltColor gray27;
extern const GltColor gray28;
extern const GltColor gray29;
extern const GltColor gray3;
extern const GltColor gray30;
extern const GltColor gray31;
extern const GltColor gray32;
extern const GltColor gray33;
extern const GltColor gray34;
extern const GltColor gray35;
extern const GltColor gray36;
extern const GltColor gray37;
extern const GltColor gray38;
extern const GltColor gray39;
extern const GltColor gray4;
extern const GltColor gray40;
extern const GltColor gray41;
extern const GltColor gray42;
extern const GltColor gray43;
extern const GltColor gray44;
extern const GltColor gray45;
extern const GltColor gray46;
extern const GltColor gray47;
extern const GltColor gray48;
extern const GltColor gray49;
extern const GltColor gray5;
extern const GltColor gray50;
extern const GltColor gray51;
extern const GltColor gray52;
extern const GltColor gray53;
extern const GltColor gray54;
extern const GltColor gray55;
extern const GltColor gray56;
extern const GltColor gray57;
extern const GltColor gray58;
extern const GltColor gray59;
extern const GltColor gray6;
extern const GltColor gray60;
extern const GltColor gray61;
extern const GltColor gray62;
extern const GltColor gray63;
extern const GltColor gray64;
extern const GltColor gray65;
extern const GltColor gray66;
extern const GltColor gray67;
extern const GltColor gray68;
extern const GltColor gray69;
extern const GltColor gray7;
extern const GltColor gray70;
extern const GltColor gray71;
extern const GltColor gray72;
extern const GltColor gray73;
extern const GltColor gray74;
extern const GltColor gray75;
extern const GltColor gray76;
extern const GltColor gray77;
extern const GltColor gray78;
extern const GltColor gray79;
extern const GltColor gray8;
extern const GltColor gray80;
extern const GltColor gray81;
extern const GltColor gray82;
extern const GltColor gray83;
extern const GltColor gray84;
extern const GltColor gray85;
extern const GltColor gray86;
extern const GltColor gray87;
extern const GltColor gray88;
extern const GltColor gray89;
extern const GltColor gray9;
extern const GltColor gray90;
extern const GltColor gray91;
extern const GltColor gray92;
extern const GltColor gray93;
extern const GltColor gray94;
extern const GltColor gray95;
extern const GltColor gray96;
extern const GltColor gray97;
extern const GltColor gray98;
extern const GltColor gray99;
extern const GltColor green;
extern const GltColor green1;
extern const GltColor green2;
extern const GltColor green3;
extern const GltColor green4;
extern const GltColor greenYellow;
extern const GltColor grey;
extern const GltColor grey0;
extern const GltColor grey1;
extern const GltColor grey10;
extern const GltColor grey100;
extern const GltColor grey11;
extern const GltColor grey12;
extern const GltColor grey13;
extern const GltColor grey14;
extern const GltColor grey15;
extern const GltColor grey16;
extern const GltColor grey17;
extern const GltColor grey18;
extern const GltColor grey19;
extern const GltColor grey2;
extern const GltColor grey20;
extern const GltColor grey21;
extern const GltColor grey22;
extern const GltColor grey23;
extern const GltColor grey24;
extern const GltColor grey25;
extern const GltColor grey26;
extern const GltColor grey27;
extern const GltColor grey28;
extern const GltColor grey29;
extern const GltColor grey3;
extern const GltColor grey30;
extern const GltColor grey31;
extern const GltColor grey32;
extern const GltColor grey33;
extern const GltColor grey34;
extern const GltColor grey35;
extern const GltColor grey36;
extern const GltColor grey37;
extern const GltColor grey38;
extern const GltColor grey39;
extern const GltColor grey4;
extern const GltColor grey40;
extern const GltColor grey41;
extern const GltColor grey42;
extern const GltColor grey43;
extern const GltColor grey44;
extern const GltColor grey45;
extern const GltColor grey46;
extern const GltColor grey47;
extern const GltColor grey48;
extern const GltColor grey49;
extern const GltColor grey5;
extern const GltColor grey50;
extern const GltColor grey51;
extern const GltColor grey52;
extern const GltColor grey53;
extern const GltColor grey54;
extern const GltColor grey55;
extern const GltColor grey56;
extern const GltColor grey57;
extern const GltColor grey58;
extern const GltColor grey59;
extern const GltColor grey6;
extern const GltColor grey60;
extern const GltColor grey61;
extern const GltColor grey62;
extern const GltColor grey63;
extern const GltColor grey64;
extern const GltColor grey65;
extern const GltColor grey66;
extern const GltColor grey67;
extern const GltColor grey68;
extern const GltColor grey69;
extern const GltColor grey7;
extern const GltColor grey70;
extern const GltColor grey71;
extern const GltColor grey72;
extern const GltColor grey73;
extern const GltColor grey74;
extern const GltColor grey75;
extern const GltColor grey76;
extern const GltColor grey77;
extern const GltColor grey78;
extern const GltColor grey79;
extern const GltColor grey8;
extern const GltColor grey80;
extern const GltColor grey81;
extern const GltColor grey82;
extern const GltColor grey83;
extern const GltColor grey84;
extern const GltColor grey85;
extern const GltColor grey86;
extern const GltColor grey87;
extern const GltColor grey88;
extern const GltColor grey89;
extern const GltColor grey9;
extern const GltColor grey90;
extern const GltColor grey91;
extern const GltColor grey92;
extern const GltColor grey93;
extern const GltColor grey94;
extern const GltColor grey95;
extern const GltColor grey96;
extern const GltColor grey97;
extern const GltColor grey98;
extern const GltColor grey99;
extern const GltColor honeydew;
extern const GltColor honeydew1;
extern const GltColor honeydew2;
extern const GltColor honeydew3;
extern const GltColor honeydew4;
extern const GltColor hotPink;
extern const GltColor hotPink1;
extern const GltColor hotPink2;
extern const GltColor hotPink3;
extern const GltColor hotPink4;
extern const GltColor indianRed;
extern const GltColor indianRed1;
extern const GltColor indianRed2;
extern const GltColor indianRed3;
extern const GltColor indianRed4;
extern const GltColor ivory;
extern const GltColor ivory1;
extern const GltColor ivory2;
extern const GltColor ivory3;
extern const GltColor ivory4;
extern const GltColor khaki;
extern const GltColor khaki1;
extern const GltColor khaki2;
extern const GltColor khaki3;
extern const GltColor khaki4;
extern const GltColor lavender;
extern const GltColor lavenderBlush;
extern const GltColor lavenderBlush1;
extern const GltColor lavenderBlush2;
extern const GltColor lavenderBlush3;
extern const GltColor lavenderBlush4;
extern const GltColor lawnGreen;
extern const GltColor lemonChiffon;
extern const GltColor lemonChiffon1;
extern const GltColor lemonChiffon2;
extern const GltColor lemonChiffon3;
extern const GltColor lemonChiffon4;
extern const GltColor lightBlue;
extern const GltColor lightBlue1;
extern const GltColor lightBlue2;
extern const GltColor lightBlue3;
extern const GltColor lightBlue4;
extern const GltColor lightCoral;
extern const GltColor lightCyan;
extern const GltColor lightCyan1;
extern const GltColor lightCyan2;
extern const GltColor lightCyan3;
extern const GltColor lightCyan4;
extern const GltColor lightGoldenrod;
extern const GltColor lightGoldenrod1;
extern const GltColor lightGoldenrod2;
extern const GltColor lightGoldenrod3;
extern const GltColor lightGoldenrod4;
extern const GltColor lightGoldenrodYellow;
extern const GltColor lightGray;
extern const GltColor lightGreen;
extern const GltColor lightGrey;
extern const GltColor lightPink;
extern const GltColor lightPink1;
extern const GltColor lightPink2;
extern const GltColor lightPink3;
extern const GltColor lightPink4;
extern const GltColor lightSalmon;
extern const GltColor lightSalmon1;
extern const GltColor lightSalmon2;
extern const GltColor lightSalmon3;
extern const GltColor lightSalmon4;
extern const GltColor lightSeaGreen;
extern const GltColor lightSkyBlue;
extern const GltColor lightSkyBlue1;
extern const GltColor lightSkyBlue2;
extern const GltColor lightSkyBlue3;
extern const GltColor lightSkyBlue4;
extern const GltColor lightSlateBlue;
extern const GltColor lightSlateGray;
extern const GltColor lightSlateGrey;
extern const GltColor lightSteelBlue;
extern const GltColor lightSteelBlue1;
extern const GltColor lightSteelBlue2;
extern const GltColor lightSteelBlue3;
extern const GltColor lightSteelBlue4;
extern const GltColor lightYellow;
extern const GltColor lightYellow1;
extern const GltColor lightYellow2;
extern const GltColor lightYellow3;
extern const GltColor lightYellow4;
extern const GltColor limeGreen;
extern const GltColor linen;
extern const GltColor magenta;
extern const GltColor magenta1;
extern const GltColor magenta2;
extern const GltColor magenta3;
extern const GltColor magenta4;
extern const GltColor maroon;
extern const GltColor maroon1;
extern const GltColor maroon2;
extern const GltColor maroon3;
extern const GltColor maroon4;
extern const GltColor mediumAquamarine;
extern const GltColor mediumBlue;
extern const GltColor mediumOrchid;
extern const GltColor mediumOrchid1;
extern const GltColor mediumOrchid2;
extern const GltColor mediumOrchid3;
extern const GltColor mediumOrchid4;
extern const GltColor mediumPurple;
extern const GltColor mediumPurple1;
extern const GltColor mediumPurple2;
extern const GltColor mediumPurple3;
extern const GltColor mediumPurple4;
extern const GltColor mediumSeaGreen;
extern const GltColor mediumSlateBlue;
extern const GltColor mediumSpringGreen;
extern const GltColor mediumTurquoise;
extern const GltColor mediumVioletRed;
extern const GltColor midnightBlue;
extern const GltColor mintCream;
extern const GltColor mistyRose;
extern const GltColor mistyRose1;
extern const GltColor mistyRose2;
extern const GltColor mistyRose3;
extern const GltColor mistyRose4;
extern const GltColor moccasin;
extern const GltColor navajoWhite;
extern const GltColor navajoWhite1;
extern const GltColor navajoWhite2;
extern const GltColor navajoWhite3;
extern const GltColor navajoWhite4;
extern const GltColor navy;
extern const GltColor navyBlue;
extern const GltColor oldLace;
extern const GltColor oliveDrab;
extern const GltColor oliveDrab1;
extern const GltColor oliveDrab2;
extern const GltColor oliveDrab3;
extern const GltColor oliveDrab4;
extern const GltColor orange;
extern const GltColor orange1;
extern const GltColor orange2;
extern const GltColor orange3;
extern const GltColor orange4;
extern const GltColor orangeRed;
extern const GltColor orangeRed1;
extern const GltColor orangeRed2;
extern const GltColor orangeRed3;
extern const GltColor orangeRed4;
extern const GltColor orchid;
extern const GltColor orchid1;
extern const GltColor orchid2;
extern const GltColor orchid3;
extern const GltColor orchid4;
extern const GltColor paleGoldenrod;
extern const GltColor paleGreen;
extern const GltColor paleGreen1;
extern const GltColor paleGreen2;
extern const GltColor paleGreen3;
extern const GltColor paleGreen4;
extern const GltColor paleTurquoise;
extern const GltColor paleTurquoise1;
extern const GltColor paleTurquoise2;
extern const GltColor paleTurquoise3;
extern const GltColor paleTurquoise4;
extern const GltColor paleVioletRed;
extern const GltColor paleVioletRed1;
extern const GltColor paleVioletRed2;
extern const GltColor paleVioletRed3;
extern const GltColor paleVioletRed4;
extern const GltColor papayaWhip;
extern const GltColor peachPuff;
extern const GltColor peachPuff1;
extern const GltColor peachPuff2;
extern const GltColor peachPuff3;
extern const GltColor peachPuff4;
extern const GltColor peru;
extern const GltColor pink;
extern const GltColor pink1;
extern const GltColor pink2;
extern const GltColor pink3;
extern const GltColor pink4;
extern const GltColor plum;
extern const GltColor plum1;
extern const GltColor plum2;
extern const GltColor plum3;
extern const GltColor plum4;
extern const GltColor powderBlue;
extern const GltColor purple;
extern const GltColor purple1;
extern const GltColor purple2;
extern const GltColor purple3;
extern const GltColor purple4;
extern const GltColor red;
extern const GltColor red1;
extern const GltColor red2;
extern const GltColor red3;
extern const GltColor red4;
extern const GltColor rosyBrown;
extern const GltColor rosyBrown1;
extern const GltColor rosyBrown2;
extern const GltColor rosyBrown3;
extern const GltColor rosyBrown4;
extern const GltColor royalBlue;
extern const GltColor royalBlue1;
extern const GltColor royalBlue2;
extern const GltColor royalBlue3;
extern const GltColor royalBlue4;
extern const GltColor saddleBrown;
extern const GltColor salmon;
extern const GltColor salmon1;
extern const GltColor salmon2;
extern const GltColor salmon3;
extern const GltColor salmon4;
extern const GltColor sandyBrown;
extern const GltColor seaGreen;
extern const GltColor seaGreen1;
extern const GltColor seaGreen2;
extern const GltColor seaGreen3;
extern const GltColor seaGreen4;
extern const GltColor seashell;
extern const GltColor seashell1;
extern const GltColor seashell2;
extern const GltColor seashell3;
extern const GltColor seashell4;
extern const GltColor sienna;
extern const GltColor sienna1;
extern const GltColor sienna2;
extern const GltColor sienna3;
extern const GltColor sienna4;
extern const GltColor skyBlue;
extern const GltColor skyBlue1;
extern const GltColor skyBlue2;
extern const GltColor skyBlue3;
extern const GltColor skyBlue4;
extern const GltColor slateBlue;
extern const GltColor slateBlue1;
extern const GltColor slateBlue2;
extern const GltColor slateBlue3;
extern const GltColor slateBlue4;
extern const GltColor slateGray;
extern const GltColor slateGray1;
extern const GltColor slateGray2;
extern const GltColor slateGray3;
extern const GltColor slateGray4;
extern const GltColor slateGrey;
extern const GltColor snow;
extern const GltColor snow1;
extern const GltColor snow2;
extern const GltColor snow3;
extern const GltColor snow4;
extern const GltColor springGreen;
extern const GltColor springGreen1;
extern const GltColor springGreen2;
extern const GltColor springGreen3;
extern const GltColor springGreen4;
extern const GltColor steelBlue;
extern const GltColor steelBlue1;
extern const GltColor steelBlue2;
extern const GltColor steelBlue3;
extern const GltColor steelBlue4;
extern const GltColor tan1;
extern const GltColor tan2;
extern const GltColor tan3;
extern const GltColor tan4;
extern const GltColor thistle;
extern const GltColor thistle1;
extern const GltColor thistle2;
extern const GltColor thistle3;
extern const GltColor thistle4;
extern const GltColor tomato;
extern const GltColor tomato1;
extern const GltColor tomato2;
extern const GltColor tomato3;
extern const GltColor tomato4;
extern const GltColor turquoise;
extern const GltColor turquoise1;
extern const GltColor turquoise2;
extern const GltColor turquoise3;
extern const GltColor turquoise4;
extern const GltColor violet;
extern const GltColor violetRed;
extern const GltColor violetRed1;
extern const GltColor violetRed2;
extern const GltColor violetRed3;
extern const GltColor violetRed4;
extern const GltColor wheat;
extern const GltColor wheat1;
extern const GltColor wheat2;
extern const GltColor wheat3;
extern const GltColor wheat4;
extern const GltColor white;
extern const GltColor whiteSmoke;
extern const GltColor yellow;
extern const GltColor yellow1;
extern const GltColor yellow2;
extern const GltColor yellow3;
extern const GltColor yellow4;
extern const GltColor yellowGreen;

#endif