Geant4-11
colortable.py
Go to the documentation of this file.
1"""
2# ==================================================================
3# Python module
4#
5# color table
6#
7# Q, 2005
8# ==================================================================
9"""
10
11
12def int_rgb(name):
13 return _colortable[name]
14
15
16def float_rgb(name):
17 rgb = _colortable[name]
18 return (rgb[0]/255., rgb[1]/255., rgb[2]/255.)
19
20
21# ==================================================================
22# RGB color table (/usr/lib/X11/rgb.txt)
23# ==================================================================
24_colortable = { }
25_colortable["snow"] = (255, 250, 250)
26_colortable["ghost"] = (248, 248, 255)
27_colortable["GhostWhite"] = (248, 248, 255)
28_colortable["white"] = (245, 245, 245)
29_colortable["WhiteSmoke"] = (245, 245, 245)
30_colortable["gainsboro"] = (220, 220, 220)
31_colortable["floral"] = (255, 250, 240)
32_colortable["FloralWhite"] = (255, 250, 240)
33_colortable["old"] = (253, 245, 230)
34_colortable["OldLace"] = (253, 245, 230)
35_colortable["linen"] = (250, 240, 230)
36_colortable["antique"] = (250, 235, 215)
37_colortable["AntiqueWhite"] = (250, 235, 215)
38_colortable["papaya"] = (255, 239, 213)
39_colortable["PapayaWhip"] = (255, 239, 213)
40_colortable["blanched"] = (255, 235, 205)
41_colortable["BlanchedAlmond"] = (255, 235, 205)
42_colortable["bisque"] = (255, 228, 196)
43_colortable["peach"] = (255, 218, 185)
44_colortable["PeachPuff"] = (255, 218, 185)
45_colortable["navajo"] = (255, 222, 173)
46_colortable["NavajoWhite"] = (255, 222, 173)
47_colortable["moccasin"] = (255, 228, 181)
48_colortable["cornsilk"] = (255, 248, 220)
49_colortable["ivory"] = (255, 255, 240)
50_colortable["lemon"] = (255, 250, 205)
51_colortable["LemonChiffon"] = (255, 250, 205)
52_colortable["seashell"] = (255, 245, 238)
53_colortable["honeydew"] = (240, 255, 240)
54_colortable["mint"] = (245, 255, 250)
55_colortable["MintCream"] = (245, 255, 250)
56_colortable["azure"] = (240, 255, 255)
57_colortable["alice"] = (240, 248, 255)
58_colortable["AliceBlue"] = (240, 248, 255)
59_colortable["lavender"] = (230, 230, 250)
60_colortable["lavender"] = (255, 240, 245)
61_colortable["LavenderBlush"] = (255, 240, 245)
62_colortable["misty"] = (255, 228, 225)
63_colortable["MistyRose"] = (255, 228, 225)
64_colortable["white"] = (255, 255, 255)
65_colortable["black"] = (0, 0, 0)
66_colortable["dark"] = (47, 79, 79)
67_colortable["DarkSlateGray"] = (47, 79, 79)
68_colortable["dark"] = (47, 79, 79)
69_colortable["DarkSlateGrey"] = (47, 79, 79)
70_colortable["dim"] = (105, 105, 105)
71_colortable["DimGray"] = (105, 105, 105)
72_colortable["dim"] = (105, 105, 105)
73_colortable["DimGrey"] = (105, 105, 105)
74_colortable["slate"] = (112, 128, 144)
75_colortable["SlateGray"] = (112, 128, 144)
76_colortable["slate"] = (112, 128, 144)
77_colortable["SlateGrey"] = (112, 128, 144)
78_colortable["light"] = (119, 136, 153)
79_colortable["LightSlateGray"] = (119, 136, 153)
80_colortable["light"] = (119, 136, 153)
81_colortable["LightSlateGrey"] = (119, 136, 153)
82_colortable["gray"] = (190, 190, 190)
83_colortable["grey"] = (190, 190, 190)
84_colortable["light"] = (211, 211, 211)
85_colortable["LightGrey"] = (211, 211, 211)
86_colortable["light"] = (211, 211, 211)
87_colortable["LightGray"] = (211, 211, 211)
88_colortable["midnight"] = (25, 25, 112)
89_colortable["MidnightBlue"] = (25, 25, 112)
90_colortable["navy"] = (0, 0, 128)
91_colortable["navy"] = (0, 0, 128)
92_colortable["NavyBlue"] = (0, 0, 128)
93_colortable["cornflower"] = (100, 149, 237)
94_colortable["CornflowerBlue"] = (100, 149, 237)
95_colortable["dark"] = (72, 61, 139)
96_colortable["DarkSlateBlue"] = (72, 61, 139)
97_colortable["slate"] = (106, 90, 205)
98_colortable["SlateBlue"] = (106, 90, 205)
99_colortable["medium"] = (123, 104, 238)
100_colortable["MediumSlateBlue"] = (123, 104, 238)
101_colortable["light"] = (132, 112, 255)
102_colortable["LightSlateBlue"] = (132, 112, 255)
103_colortable["medium"] = (0, 0, 205)
104_colortable["MediumBlue"] = (0, 0, 205)
105_colortable["royal"] = (65, 105, 225)
106_colortable["RoyalBlue"] = (65, 105, 225)
107_colortable["blue"] = (0, 0, 255)
108_colortable["dodger"] = (30, 144, 255)
109_colortable["DodgerBlue"] = (30, 144, 255)
110_colortable["deep"] = (0, 191, 255)
111_colortable["DeepSkyBlue"] = (0, 191, 255)
112_colortable["sky"] = (135, 206, 235)
113_colortable["SkyBlue"] = (135, 206, 235)
114_colortable["light"] = (135, 206, 250)
115_colortable["LightSkyBlue"] = (135, 206, 250)
116_colortable["steel"] = (70, 130, 180)
117_colortable["SteelBlue"] = (70, 130, 180)
118_colortable["light"] = (176, 196, 222)
119_colortable["LightSteelBlue"] = (176, 196, 222)
120_colortable["light"] = (173, 216, 230)
121_colortable["LightBlue"] = (173, 216, 230)
122_colortable["powder"] = (176, 224, 230)
123_colortable["PowderBlue"] = (176, 224, 230)
124_colortable["pale"] = (175, 238, 238)
125_colortable["PaleTurquoise"] = (175, 238, 238)
126_colortable["dark"] = (0, 206, 209)
127_colortable["DarkTurquoise"] = (0, 206, 209)
128_colortable["medium"] = (72, 209, 204)
129_colortable["MediumTurquoise"] = (72, 209, 204)
130_colortable["turquoise"] = (64, 224, 208)
131_colortable["cyan"] = (0, 255, 255)
132_colortable["light"] = (224, 255, 255)
133_colortable["LightCyan"] = (224, 255, 255)
134_colortable["cadet"] = (95, 158, 160)
135_colortable["CadetBlue"] = (95, 158, 160)
136_colortable["medium"] = (102, 205, 170)
137_colortable["MediumAquamarine"] = (102, 205, 170)
138_colortable["aquamarine"] = (127, 255, 212)
139_colortable["dark"] = (0, 100, 0)
140_colortable["DarkGreen"] = (0, 100, 0)
141_colortable["dark"] = (85, 107, 47)
142_colortable["DarkOliveGreen"] = (85, 107, 47)
143_colortable["dark"] = (143, 188, 143)
144_colortable["DarkSeaGreen"] = (143, 188, 143)
145_colortable["sea"] = (46, 139, 87)
146_colortable["SeaGreen"] = (46, 139, 87)
147_colortable["medium"] = (60, 179, 113)
148_colortable["MediumSeaGreen"] = (60, 179, 113)
149_colortable["light"] = (32, 178, 170)
150_colortable["LightSeaGreen"] = (32, 178, 170)
151_colortable["pale"] = (152, 251, 152)
152_colortable["PaleGreen"] = (152, 251, 152)
153_colortable["spring"] = (0, 255, 127)
154_colortable["SpringGreen"] = (0, 255, 127)
155_colortable["lawn"] = (124, 252, 0)
156_colortable["LawnGreen"] = (124, 252, 0)
157_colortable["green"] = (0, 255, 0)
158_colortable["chartreuse"] = (127, 255, 0)
159_colortable["medium"] = (0, 250, 154)
160_colortable["MediumSpringGreen"] = (0, 250, 154)
161_colortable["green"] = (173, 255, 47)
162_colortable["GreenYellow"] = (173, 255, 47)
163_colortable["lime"] = (50, 205, 50)
164_colortable["LimeGreen"] = (50, 205, 50)
165_colortable["yellow"] = (154, 205, 50)
166_colortable["YellowGreen"] = (154, 205, 50)
167_colortable["forest"] = (34, 139, 34)
168_colortable["ForestGreen"] = (34, 139, 34)
169_colortable["olive"] = (107, 142, 35)
170_colortable["OliveDrab"] = (107, 142, 35)
171_colortable["dark"] = (189, 183, 107)
172_colortable["DarkKhaki"] = (189, 183, 107)
173_colortable["khaki"] = (240, 230, 140)
174_colortable["pale"] = (238, 232, 170)
175_colortable["PaleGoldenrod"] = (238, 232, 170)
176_colortable["light"] = (250, 250, 210)
177_colortable["LightGoldenrodYellow"] = (250, 250, 210)
178_colortable["light"] = (255, 255, 224)
179_colortable["LightYellow"] = (255, 255, 224)
180_colortable["yellow"] = (255, 255, 0)
181_colortable["gold"] = (255, 215, 0)
182_colortable["light"] = (238, 221, 130)
183_colortable["LightGoldenrod"] = (238, 221, 130)
184_colortable["goldenrod"] = (218, 165, 32)
185_colortable["dark"] = (184, 134, 11)
186_colortable["DarkGoldenrod"] = (184, 134, 11)
187_colortable["rosy"] = (188, 143, 143)
188_colortable["RosyBrown"] = (188, 143, 143)
189_colortable["indian"] = (205, 92, 92)
190_colortable["IndianRed"] = (205, 92, 92)
191_colortable["saddle"] = (139, 69, 19)
192_colortable["SaddleBrown"] = (139, 69, 19)
193_colortable["sienna"] = (160, 82, 45)
194_colortable["peru"] = (205, 133, 63)
195_colortable["burlywood"] = (222, 184, 135)
196_colortable["beige"] = (245, 245, 220)
197_colortable["wheat"] = (245, 222, 179)
198_colortable["sandy"] = (244, 164, 96)
199_colortable["SandyBrown"] = (244, 164, 96)
200_colortable["tan"] = (210, 180, 140)
201_colortable["chocolate"] = (210, 105, 30)
202_colortable["firebrick"] = (178, 34, 34)
203_colortable["brown"] = (165, 42, 42)
204_colortable["dark"] = (233, 150, 122)
205_colortable["DarkSalmon"] = (233, 150, 122)
206_colortable["salmon"] = (250, 128, 114)
207_colortable["light"] = (255, 160, 122)
208_colortable["LightSalmon"] = (255, 160, 122)
209_colortable["orange"] = (255, 165, 0)
210_colortable["dark"] = (255, 140, 0)
211_colortable["DarkOrange"] = (255, 140, 0)
212_colortable["coral"] = (255, 127, 80)
213_colortable["light"] = (240, 128, 128)
214_colortable["LightCoral"] = (240, 128, 128)
215_colortable["tomato"] = (255, 99, 71)
216_colortable["orange"] = (255, 69, 0)
217_colortable["OrangeRed"] = (255, 69, 0)
218_colortable["red"] = (255, 0, 0)
219_colortable["hot"] = (255, 105, 180)
220_colortable["HotPink"] = (255, 105, 180)
221_colortable["deep"] = (255, 20, 147)
222_colortable["DeepPink"] = (255, 20, 147)
223_colortable["pink"] = (255, 192, 203)
224_colortable["light"] = (255, 182, 193)
225_colortable["LightPink"] = (255, 182, 193)
226_colortable["pale"] = (219, 112, 147)
227_colortable["PaleVioletRed"] = (219, 112, 147)
228_colortable["maroon"] = (176, 48, 96)
229_colortable["medium"] = (199, 21, 133)
230_colortable["MediumVioletRed"] = (199, 21, 133)
231_colortable["violet"] = (208, 32, 144)
232_colortable["VioletRed"] = (208, 32, 144)
233_colortable["magenta"] = (255, 0, 255)
234_colortable["violet"] = (238, 130, 238)
235_colortable["plum"] = (221, 160, 221)
236_colortable["orchid"] = (218, 112, 214)
237_colortable["medium"] = (186, 85, 211)
238_colortable["MediumOrchid"] = (186, 85, 211)
239_colortable["dark"] = (153, 50, 204)
240_colortable["DarkOrchid"] = (153, 50, 204)
241_colortable["dark"] = (148, 0, 211)
242_colortable["DarkViolet"] = (148, 0, 211)
243_colortable["blue"] = (138, 43, 226)
244_colortable["BlueViolet"] = (138, 43, 226)
245_colortable["purple"] = (160, 32, 240)
246_colortable["medium"] = (147, 112, 219)
247_colortable["MediumPurple"] = (147, 112, 219)
248_colortable["thistle"] = (216, 191, 216)
249_colortable["snow1"] = (255, 250, 250)
250_colortable["snow2"] = (238, 233, 233)
251_colortable["snow3"] = (205, 201, 201)
252_colortable["snow4"] = (139, 137, 137)
253_colortable["seashell1"] = (255, 245, 238)
254_colortable["seashell2"] = (238, 229, 222)
255_colortable["seashell3"] = (205, 197, 191)
256_colortable["seashell4"] = (139, 134, 130)
257_colortable["AntiqueWhite1"] = (255, 239, 219)
258_colortable["AntiqueWhite2"] = (238, 223, 204)
259_colortable["AntiqueWhite3"] = (205, 192, 176)
260_colortable["AntiqueWhite4"] = (139, 131, 120)
261_colortable["bisque1"] = (255, 228, 196)
262_colortable["bisque2"] = (238, 213, 183)
263_colortable["bisque3"] = (205, 183, 158)
264_colortable["bisque4"] = (139, 125, 107)
265_colortable["PeachPuff1"] = (255, 218, 185)
266_colortable["PeachPuff2"] = (238, 203, 173)
267_colortable["PeachPuff3"] = (205, 175, 149)
268_colortable["PeachPuff4"] = (139, 119, 101)
269_colortable["NavajoWhite1"] = (255, 222, 173)
270_colortable["NavajoWhite2"] = (238, 207, 161)
271_colortable["NavajoWhite3"] = (205, 179, 139)
272_colortable["NavajoWhite4"] = (139, 121, 94)
273_colortable["LemonChiffon1"] = (255, 250, 205)
274_colortable["LemonChiffon2"] = (238, 233, 191)
275_colortable["LemonChiffon3"] = (205, 201, 165)
276_colortable["LemonChiffon4"] = (139, 137, 112)
277_colortable["cornsilk1"] = (255, 248, 220)
278_colortable["cornsilk2"] = (238, 232, 205)
279_colortable["cornsilk3"] = (205, 200, 177)
280_colortable["cornsilk4"] = (139, 136, 120)
281_colortable["ivory1"] = (255, 255, 240)
282_colortable["ivory2"] = (238, 238, 224)
283_colortable["ivory3"] = (205, 205, 193)
284_colortable["ivory4"] = (139, 139, 131)
285_colortable["honeydew1"] = (240, 255, 240)
286_colortable["honeydew2"] = (224, 238, 224)
287_colortable["honeydew3"] = (193, 205, 193)
288_colortable["honeydew4"] = (131, 139, 131)
289_colortable["LavenderBlush1"] = (255, 240, 245)
290_colortable["LavenderBlush2"] = (238, 224, 229)
291_colortable["LavenderBlush3"] = (205, 193, 197)
292_colortable["LavenderBlush4"] = (139, 131, 134)
293_colortable["MistyRose1"] = (255, 228, 225)
294_colortable["MistyRose2"] = (238, 213, 210)
295_colortable["MistyRose3"] = (205, 183, 181)
296_colortable["MistyRose4"] = (139, 125, 123)
297_colortable["azure1"] = (240, 255, 255)
298_colortable["azure2"] = (224, 238, 238)
299_colortable["azure3"] = (193, 205, 205)
300_colortable["azure4"] = (131, 139, 139)
301_colortable["SlateBlue1"] = (131, 111, 255)
302_colortable["SlateBlue2"] = (122, 103, 238)
303_colortable["SlateBlue3"] = (105, 89, 205)
304_colortable["SlateBlue4"] = (71, 60, 139)
305_colortable["RoyalBlue1"] = (72, 118, 255)
306_colortable["RoyalBlue2"] = (67, 110, 238)
307_colortable["RoyalBlue3"] = (58, 95, 205)
308_colortable["RoyalBlue4"] = (39, 64, 139)
309_colortable["blue1"] = (0, 0, 255)
310_colortable["blue2"] = (0, 0, 238)
311_colortable["blue3"] = (0, 0, 205)
312_colortable["blue4"] = (0, 0, 139)
313_colortable["DodgerBlue1"] = (30, 144, 255)
314_colortable["DodgerBlue2"] = (28, 134, 238)
315_colortable["DodgerBlue3"] = (24, 116, 205)
316_colortable["DodgerBlue4"] = (16, 78, 139)
317_colortable["SteelBlue1"] = (99, 184, 255)
318_colortable["SteelBlue2"] = (92, 172, 238)
319_colortable["SteelBlue3"] = (79, 148, 205)
320_colortable["SteelBlue4"] = (54, 100, 139)
321_colortable["DeepSkyBlue1"] = (0, 191, 255)
322_colortable["DeepSkyBlue2"] = (0, 178, 238)
323_colortable["DeepSkyBlue3"] = (0, 154, 205)
324_colortable["DeepSkyBlue4"] = (0, 104, 139)
325_colortable["SkyBlue1"] = (135, 206, 255)
326_colortable["SkyBlue2"] = (126, 192, 238)
327_colortable["SkyBlue3"] = (108, 166, 205)
328_colortable["SkyBlue4"] = (74, 112, 139)
329_colortable["LightSkyBlue1"] = (176, 226, 255)
330_colortable["LightSkyBlue2"] = (164, 211, 238)
331_colortable["LightSkyBlue3"] = (141, 182, 205)
332_colortable["LightSkyBlue4"] = (96, 123, 139)
333_colortable["SlateGray1"] = (198, 226, 255)
334_colortable["SlateGray2"] = (185, 211, 238)
335_colortable["SlateGray3"] = (159, 182, 205)
336_colortable["SlateGray4"] = (108, 123, 139)
337_colortable["LightSteelBlue1"] = (202, 225, 255)
338_colortable["LightSteelBlue2"] = (188, 210, 238)
339_colortable["LightSteelBlue3"] = (162, 181, 205)
340_colortable["LightSteelBlue4"] = (110, 123, 139)
341_colortable["LightBlue1"] = (191, 239, 255)
342_colortable["LightBlue2"] = (178, 223, 238)
343_colortable["LightBlue3"] = (154, 192, 205)
344_colortable["LightBlue4"] = (104, 131, 139)
345_colortable["LightCyan1"] = (224, 255, 255)
346_colortable["LightCyan2"] = (209, 238, 238)
347_colortable["LightCyan3"] = (180, 205, 205)
348_colortable["LightCyan4"] = (122, 139, 139)
349_colortable["PaleTurquoise1"] = (187, 255, 255)
350_colortable["PaleTurquoise2"] = (174, 238, 238)
351_colortable["PaleTurquoise3"] = (150, 205, 205)
352_colortable["PaleTurquoise4"] = (102, 139, 139)
353_colortable["CadetBlue1"] = (152, 245, 255)
354_colortable["CadetBlue2"] = (142, 229, 238)
355_colortable["CadetBlue3"] = (122, 197, 205)
356_colortable["CadetBlue4"] = (83, 134, 139)
357_colortable["turquoise1"] = (0, 245, 255)
358_colortable["turquoise2"] = (0, 229, 238)
359_colortable["turquoise3"] = (0, 197, 205)
360_colortable["turquoise4"] = (0, 134, 139)
361_colortable["cyan1"] = (0, 255, 255)
362_colortable["cyan2"] = (0, 238, 238)
363_colortable["cyan3"] = (0, 205, 205)
364_colortable["cyan4"] = (0, 139, 139)
365_colortable["DarkSlateGray1"] = (151, 255, 255)
366_colortable["DarkSlateGray2"] = (141, 238, 238)
367_colortable["DarkSlateGray3"] = (121, 205, 205)
368_colortable["DarkSlateGray4"] = (82, 139, 139)
369_colortable["aquamarine1"] = (127, 255, 212)
370_colortable["aquamarine2"] = (118, 238, 198)
371_colortable["aquamarine3"] = (102, 205, 170)
372_colortable["aquamarine4"] = (69, 139, 116)
373_colortable["DarkSeaGreen1"] = (193, 255, 193)
374_colortable["DarkSeaGreen2"] = (180, 238, 180)
375_colortable["DarkSeaGreen3"] = (155, 205, 155)
376_colortable["DarkSeaGreen4"] = (105, 139, 105)
377_colortable["SeaGreen1"] = (84, 255, 159)
378_colortable["SeaGreen2"] = (78, 238, 148)
379_colortable["SeaGreen3"] = (67, 205, 128)
380_colortable["SeaGreen4"] = (46, 139, 87)
381_colortable["PaleGreen1"] = (154, 255, 154)
382_colortable["PaleGreen2"] = (144, 238, 144)
383_colortable["PaleGreen3"] = (124, 205, 124)
384_colortable["PaleGreen4"] = (84, 139, 84)
385_colortable["SpringGreen1"] = (0, 255, 127)
386_colortable["SpringGreen2"] = (0, 238, 118)
387_colortable["SpringGreen3"] = (0, 205, 102)
388_colortable["SpringGreen4"] = (0, 139, 69)
389_colortable["green1"] = (0, 255, 0)
390_colortable["green2"] = (0, 238, 0)
391_colortable["green3"] = (0, 205, 0)
392_colortable["green4"] = (0, 139, 0)
393_colortable["chartreuse1"] = (127, 255, 0)
394_colortable["chartreuse2"] = (118, 238, 0)
395_colortable["chartreuse3"] = (102, 205, 0)
396_colortable["chartreuse4"] = (69, 139, 0)
397_colortable["OliveDrab1"] = (192, 255, 62)
398_colortable["OliveDrab2"] = (179, 238, 58)
399_colortable["OliveDrab3"] = (154, 205, 50)
400_colortable["OliveDrab4"] = (105, 139, 34)
401_colortable["DarkOliveGreen1"] = (202, 255, 112)
402_colortable["DarkOliveGreen2"] = (188, 238, 104)
403_colortable["DarkOliveGreen3"] = (162, 205, 90)
404_colortable["DarkOliveGreen4"] = (110, 139, 61)
405_colortable["khaki1"] = (255, 246, 143)
406_colortable["khaki2"] = (238, 230, 133)
407_colortable["khaki3"] = (205, 198, 115)
408_colortable["khaki4"] = (139, 134, 78)
409_colortable["LightGoldenrod1"] = (255, 236, 139)
410_colortable["LightGoldenrod2"] = (238, 220, 130)
411_colortable["LightGoldenrod3"] = (205, 190, 112)
412_colortable["LightGoldenrod4"] = (139, 129, 76)
413_colortable["LightYellow1"] = (255, 255, 224)
414_colortable["LightYellow2"] = (238, 238, 209)
415_colortable["LightYellow3"] = (205, 205, 180)
416_colortable["LightYellow4"] = (139, 139, 122)
417_colortable["yellow1"] = (255, 255, 0)
418_colortable["yellow2"] = (238, 238, 0)
419_colortable["yellow3"] = (205, 205, 0)
420_colortable["yellow4"] = (139, 139, 0)
421_colortable["gold1"] = (255, 215, 0)
422_colortable["gold2"] = (238, 201, 0)
423_colortable["gold3"] = (205, 173, 0)
424_colortable["gold4"] = (139, 117, 0)
425_colortable["goldenrod1"] = (255, 193, 37)
426_colortable["goldenrod2"] = (238, 180, 34)
427_colortable["goldenrod3"] = (205, 155, 29)
428_colortable["goldenrod4"] = (139, 105, 20)
429_colortable["DarkGoldenrod1"] = (255, 185, 15)
430_colortable["DarkGoldenrod2"] = (238, 173, 14)
431_colortable["DarkGoldenrod3"] = (205, 149, 12)
432_colortable["DarkGoldenrod4"] = (139, 101, 8)
433_colortable["RosyBrown1"] = (255, 193, 193)
434_colortable["RosyBrown2"] = (238, 180, 180)
435_colortable["RosyBrown3"] = (205, 155, 155)
436_colortable["RosyBrown4"] = (139, 105, 105)
437_colortable["IndianRed1"] = (255, 106, 106)
438_colortable["IndianRed2"] = (238, 99, 99)
439_colortable["IndianRed3"] = (205, 85, 85)
440_colortable["IndianRed4"] = (139, 58, 58)
441_colortable["sienna1"] = (255, 130, 71)
442_colortable["sienna2"] = (238, 121, 66)
443_colortable["sienna3"] = (205, 104, 57)
444_colortable["sienna4"] = (139, 71, 38)
445_colortable["burlywood1"] = (255, 211, 155)
446_colortable["burlywood2"] = (238, 197, 145)
447_colortable["burlywood3"] = (205, 170, 125)
448_colortable["burlywood4"] = (139, 115, 85)
449_colortable["wheat1"] = (255, 231, 186)
450_colortable["wheat2"] = (238, 216, 174)
451_colortable["wheat3"] = (205, 186, 150)
452_colortable["wheat4"] = (139, 126, 102)
453_colortable["tan1"] = (255, 165, 79)
454_colortable["tan2"] = (238, 154, 73)
455_colortable["tan3"] = (205, 133, 63)
456_colortable["tan4"] = (139, 90, 43)
457_colortable["chocolate1"] = (255, 127, 36)
458_colortable["chocolate2"] = (238, 118, 33)
459_colortable["chocolate3"] = (205, 102, 29)
460_colortable["chocolate4"] = (139, 69, 19)
461_colortable["firebrick1"] = (255, 48, 48)
462_colortable["firebrick2"] = (238, 44, 44)
463_colortable["firebrick3"] = (205, 38, 38)
464_colortable["firebrick4"] = (139, 26, 26)
465_colortable["brown1"] = (255, 64, 64)
466_colortable["brown2"] = (238, 59, 59)
467_colortable["brown3"] = (205, 51, 51)
468_colortable["brown4"] = (139, 35, 35)
469_colortable["salmon1"] = (255, 140, 105)
470_colortable["salmon2"] = (238, 130, 98)
471_colortable["salmon3"] = (205, 112, 84)
472_colortable["salmon4"] = (139, 76, 57)
473_colortable["LightSalmon1"] = (255, 160, 122)
474_colortable["LightSalmon2"] = (238, 149, 114)
475_colortable["LightSalmon3"] = (205, 129, 98)
476_colortable["LightSalmon4"] = (139, 87, 66)
477_colortable["orange1"] = (255, 165, 0)
478_colortable["orange2"] = (238, 154, 0)
479_colortable["orange3"] = (205, 133, 0)
480_colortable["orange4"] = (139, 90, 0)
481_colortable["DarkOrange1"] = (255, 127, 0)
482_colortable["DarkOrange2"] = (238, 118, 0)
483_colortable["DarkOrange3"] = (205, 102, 0)
484_colortable["DarkOrange4"] = (139, 69, 0)
485_colortable["coral1"] = (255, 114, 86)
486_colortable["coral2"] = (238, 106, 80)
487_colortable["coral3"] = (205, 91, 69)
488_colortable["coral4"] = (139, 62, 47)
489_colortable["tomato1"] = (255, 99, 71)
490_colortable["tomato2"] = (238, 92, 66)
491_colortable["tomato3"] = (205, 79, 57)
492_colortable["tomato4"] = (139, 54, 38)
493_colortable["OrangeRed1"] = (255, 69, 0)
494_colortable["OrangeRed2"] = (238, 64, 0)
495_colortable["OrangeRed3"] = (205, 55, 0)
496_colortable["OrangeRed4"] = (139, 37, 0)
497_colortable["red1"] = (255, 0, 0)
498_colortable["red2"] = (238, 0, 0)
499_colortable["red3"] = (205, 0, 0)
500_colortable["red4"] = (139, 0, 0)
501_colortable["DeepPink1"] = (255, 20, 147)
502_colortable["DeepPink2"] = (238, 18, 137)
503_colortable["DeepPink3"] = (205, 16, 118)
504_colortable["DeepPink4"] = (139, 10, 80)
505_colortable["HotPink1"] = (255, 110, 180)
506_colortable["HotPink2"] = (238, 106, 167)
507_colortable["HotPink3"] = (205, 96, 144)
508_colortable["HotPink4"] = (139, 58, 98)
509_colortable["pink1"] = (255, 181, 197)
510_colortable["pink2"] = (238, 169, 184)
511_colortable["pink3"] = (205, 145, 158)
512_colortable["pink4"] = (139, 99, 108)
513_colortable["LightPink1"] = (255, 174, 185)
514_colortable["LightPink2"] = (238, 162, 173)
515_colortable["LightPink3"] = (205, 140, 149)
516_colortable["LightPink4"] = (139, 95, 101)
517_colortable["PaleVioletRed1"] = (255, 130, 171)
518_colortable["PaleVioletRed2"] = (238, 121, 159)
519_colortable["PaleVioletRed3"] = (205, 104, 137)
520_colortable["PaleVioletRed4"] = (139, 71, 93)
521_colortable["maroon1"] = (255, 52, 179)
522_colortable["maroon2"] = (238, 48, 167)
523_colortable["maroon3"] = (205, 41, 144)
524_colortable["maroon4"] = (139, 28, 98)
525_colortable["VioletRed1"] = (255, 62, 150)
526_colortable["VioletRed2"] = (238, 58, 140)
527_colortable["VioletRed3"] = (205, 50, 120)
528_colortable["VioletRed4"] = (139, 34, 82)
529_colortable["magenta1"] = (255, 0, 255)
530_colortable["magenta2"] = (238, 0, 238)
531_colortable["magenta3"] = (205, 0, 205)
532_colortable["magenta4"] = (139, 0, 139)
533_colortable["orchid1"] = (255, 131, 250)
534_colortable["orchid2"] = (238, 122, 233)
535_colortable["orchid3"] = (205, 105, 201)
536_colortable["orchid4"] = (139, 71, 137)
537_colortable["plum1"] = (255, 187, 255)
538_colortable["plum2"] = (238, 174, 238)
539_colortable["plum3"] = (205, 150, 205)
540_colortable["plum4"] = (139, 102, 139)
541_colortable["MediumOrchid1"] = (224, 102, 255)
542_colortable["MediumOrchid2"] = (209, 95, 238)
543_colortable["MediumOrchid3"] = (180, 82, 205)
544_colortable["MediumOrchid4"] = (122, 55, 139)
545_colortable["DarkOrchid1"] = (191, 62, 255)
546_colortable["DarkOrchid2"] = (178, 58, 238)
547_colortable["DarkOrchid3"] = (154, 50, 205)
548_colortable["DarkOrchid4"] = (104, 34, 139)
549_colortable["purple1"] = (155, 48, 255)
550_colortable["purple2"] = (145, 44, 238)
551_colortable["purple3"] = (125, 38, 205)
552_colortable["purple4"] = (85, 26, 139)
553_colortable["MediumPurple1"] = (171, 130, 255)
554_colortable["MediumPurple2"] = (159, 121, 238)
555_colortable["MediumPurple3"] = (137, 104, 205)
556_colortable["MediumPurple4"] = (93, 71, 139)
557_colortable["thistle1"] = (255, 225, 255)
558_colortable["thistle2"] = (238, 210, 238)
559_colortable["thistle3"] = (205, 181, 205)
560_colortable["thistle4"] = (139, 123, 139)
561_colortable["gray0"] = (0, 0, 0)
562_colortable["grey0"] = (0, 0, 0)
563_colortable["gray1"] = (3, 3, 3)
564_colortable["grey1"] = (3, 3, 3)
565_colortable["gray2"] = (5, 5, 5)
566_colortable["grey2"] = (5, 5, 5)
567_colortable["gray3"] = (8, 8, 8)
568_colortable["grey3"] = (8, 8, 8)
569_colortable["gray4"] = (10, 10, 10)
570_colortable["grey4"] = (10, 10, 10)
571_colortable["gray5"] = (13, 13, 13)
572_colortable["grey5"] = (13, 13, 13)
573_colortable["gray6"] = (15, 15, 15)
574_colortable["grey6"] = (15, 15, 15)
575_colortable["gray7"] = (18, 18, 18)
576_colortable["grey7"] = (18, 18, 18)
577_colortable["gray8"] = (20, 20, 20)
578_colortable["grey8"] = (20, 20, 20)
579_colortable["gray9"] = (23, 23, 23)
580_colortable["grey9"] = (23, 23, 23)
581_colortable["gray10"] = (26, 26, 26)
582_colortable["grey10"] = (26, 26, 26)
583_colortable["gray11"] = (28, 28, 28)
584_colortable["grey11"] = (28, 28, 28)
585_colortable["gray12"] = (31, 31, 31)
586_colortable["grey12"] = (31, 31, 31)
587_colortable["gray13"] = (33, 33, 33)
588_colortable["grey13"] = (33, 33, 33)
589_colortable["gray14"] = (36, 36, 36)
590_colortable["grey14"] = (36, 36, 36)
591_colortable["gray15"] = (38, 38, 38)
592_colortable["grey15"] = (38, 38, 38)
593_colortable["gray16"] = (41, 41, 41)
594_colortable["grey16"] = (41, 41, 41)
595_colortable["gray17"] = (43, 43, 43)
596_colortable["grey17"] = (43, 43, 43)
597_colortable["gray18"] = (46, 46, 46)
598_colortable["grey18"] = (46, 46, 46)
599_colortable["gray19"] = (48, 48, 48)
600_colortable["grey19"] = (48, 48, 48)
601_colortable["gray20"] = (51, 51, 51)
602_colortable["grey20"] = (51, 51, 51)
603_colortable["gray21"] = (54, 54, 54)
604_colortable["grey21"] = (54, 54, 54)
605_colortable["gray22"] = (56, 56, 56)
606_colortable["grey22"] = (56, 56, 56)
607_colortable["gray23"] = (59, 59, 59)
608_colortable["grey23"] = (59, 59, 59)
609_colortable["gray24"] = (61, 61, 61)
610_colortable["grey24"] = (61, 61, 61)
611_colortable["gray25"] = (64, 64, 64)
612_colortable["grey25"] = (64, 64, 64)
613_colortable["gray26"] = (66, 66, 66)
614_colortable["grey26"] = (66, 66, 66)
615_colortable["gray27"] = (69, 69, 69)
616_colortable["grey27"] = (69, 69, 69)
617_colortable["gray28"] = (71, 71, 71)
618_colortable["grey28"] = (71, 71, 71)
619_colortable["gray29"] = (74, 74, 74)
620_colortable["grey29"] = (74, 74, 74)
621_colortable["gray30"] = (77, 77, 77)
622_colortable["grey30"] = (77, 77, 77)
623_colortable["gray31"] = (79, 79, 79)
624_colortable["grey31"] = (79, 79, 79)
625_colortable["gray32"] = (82, 82, 82)
626_colortable["grey32"] = (82, 82, 82)
627_colortable["gray33"] = (84, 84, 84)
628_colortable["grey33"] = (84, 84, 84)
629_colortable["gray34"] = (87, 87, 87)
630_colortable["grey34"] = (87, 87, 87)
631_colortable["gray35"] = (89, 89, 89)
632_colortable["grey35"] = (89, 89, 89)
633_colortable["gray36"] = (92, 92, 92)
634_colortable["grey36"] = (92, 92, 92)
635_colortable["gray37"] = (94, 94, 94)
636_colortable["grey37"] = (94, 94, 94)
637_colortable["gray38"] = (97, 97, 97)
638_colortable["grey38"] = (97, 97, 97)
639_colortable["gray39"] = (99, 99, 99)
640_colortable["grey39"] = (99, 99, 99)
641_colortable["gray40"] = (102, 102, 102)
642_colortable["grey40"] = (102, 102, 102)
643_colortable["gray41"] = (105, 105, 105)
644_colortable["grey41"] = (105, 105, 105)
645_colortable["gray42"] = (107, 107, 107)
646_colortable["grey42"] = (107, 107, 107)
647_colortable["gray43"] = (110, 110, 110)
648_colortable["grey43"] = (110, 110, 110)
649_colortable["gray44"] = (112, 112, 112)
650_colortable["grey44"] = (112, 112, 112)
651_colortable["gray45"] = (115, 115, 115)
652_colortable["grey45"] = (115, 115, 115)
653_colortable["gray46"] = (117, 117, 117)
654_colortable["grey46"] = (117, 117, 117)
655_colortable["gray47"] = (120, 120, 120)
656_colortable["grey47"] = (120, 120, 120)
657_colortable["gray48"] = (122, 122, 122)
658_colortable["grey48"] = (122, 122, 122)
659_colortable["gray49"] = (125, 125, 125)
660_colortable["grey49"] = (125, 125, 125)
661_colortable["gray50"] = (127, 127, 127)
662_colortable["grey50"] = (127, 127, 127)
663_colortable["gray51"] = (130, 130, 130)
664_colortable["grey51"] = (130, 130, 130)
665_colortable["gray52"] = (133, 133, 133)
666_colortable["grey52"] = (133, 133, 133)
667_colortable["gray53"] = (135, 135, 135)
668_colortable["grey53"] = (135, 135, 135)
669_colortable["gray54"] = (138, 138, 138)
670_colortable["grey54"] = (138, 138, 138)
671_colortable["gray55"] = (140, 140, 140)
672_colortable["grey55"] = (140, 140, 140)
673_colortable["gray56"] = (143, 143, 143)
674_colortable["grey56"] = (143, 143, 143)
675_colortable["gray57"] = (145, 145, 145)
676_colortable["grey57"] = (145, 145, 145)
677_colortable["gray58"] = (148, 148, 148)
678_colortable["grey58"] = (148, 148, 148)
679_colortable["gray59"] = (150, 150, 150)
680_colortable["grey59"] = (150, 150, 150)
681_colortable["gray60"] = (153, 153, 153)
682_colortable["grey60"] = (153, 153, 153)
683_colortable["gray61"] = (156, 156, 156)
684_colortable["grey61"] = (156, 156, 156)
685_colortable["gray62"] = (158, 158, 158)
686_colortable["grey62"] = (158, 158, 158)
687_colortable["gray63"] = (161, 161, 161)
688_colortable["grey63"] = (161, 161, 161)
689_colortable["gray64"] = (163, 163, 163)
690_colortable["grey64"] = (163, 163, 163)
691_colortable["gray65"] = (166, 166, 166)
692_colortable["grey65"] = (166, 166, 166)
693_colortable["gray66"] = (168, 168, 168)
694_colortable["grey66"] = (168, 168, 168)
695_colortable["gray67"] = (171, 171, 171)
696_colortable["grey67"] = (171, 171, 171)
697_colortable["gray68"] = (173, 173, 173)
698_colortable["grey68"] = (173, 173, 173)
699_colortable["gray69"] = (176, 176, 176)
700_colortable["grey69"] = (176, 176, 176)
701_colortable["gray70"] = (179, 179, 179)
702_colortable["grey70"] = (179, 179, 179)
703_colortable["gray71"] = (181, 181, 181)
704_colortable["grey71"] = (181, 181, 181)
705_colortable["gray72"] = (184, 184, 184)
706_colortable["grey72"] = (184, 184, 184)
707_colortable["gray73"] = (186, 186, 186)
708_colortable["grey73"] = (186, 186, 186)
709_colortable["gray74"] = (189, 189, 189)
710_colortable["grey74"] = (189, 189, 189)
711_colortable["gray75"] = (191, 191, 191)
712_colortable["grey75"] = (191, 191, 191)
713_colortable["gray76"] = (194, 194, 194)
714_colortable["grey76"] = (194, 194, 194)
715_colortable["gray77"] = (196, 196, 196)
716_colortable["grey77"] = (196, 196, 196)
717_colortable["gray78"] = (199, 199, 199)
718_colortable["grey78"] = (199, 199, 199)
719_colortable["gray79"] = (201, 201, 201)
720_colortable["grey79"] = (201, 201, 201)
721_colortable["gray80"] = (204, 204, 204)
722_colortable["grey80"] = (204, 204, 204)
723_colortable["gray81"] = (207, 207, 207)
724_colortable["grey81"] = (207, 207, 207)
725_colortable["gray82"] = (209, 209, 209)
726_colortable["grey82"] = (209, 209, 209)
727_colortable["gray83"] = (212, 212, 212)
728_colortable["grey83"] = (212, 212, 212)
729_colortable["gray84"] = (214, 214, 214)
730_colortable["grey84"] = (214, 214, 214)
731_colortable["gray85"] = (217, 217, 217)
732_colortable["grey85"] = (217, 217, 217)
733_colortable["gray86"] = (219, 219, 219)
734_colortable["grey86"] = (219, 219, 219)
735_colortable["gray87"] = (222, 222, 222)
736_colortable["grey87"] = (222, 222, 222)
737_colortable["gray88"] = (224, 224, 224)
738_colortable["grey88"] = (224, 224, 224)
739_colortable["gray89"] = (227, 227, 227)
740_colortable["grey89"] = (227, 227, 227)
741_colortable["gray90"] = (229, 229, 229)
742_colortable["grey90"] = (229, 229, 229)
743_colortable["gray91"] = (232, 232, 232)
744_colortable["grey91"] = (232, 232, 232)
745_colortable["gray92"] = (235, 235, 235)
746_colortable["grey92"] = (235, 235, 235)
747_colortable["gray93"] = (237, 237, 237)
748_colortable["grey93"] = (237, 237, 237)
749_colortable["gray94"] = (240, 240, 240)
750_colortable["grey94"] = (240, 240, 240)
751_colortable["gray95"] = (242, 242, 242)
752_colortable["grey95"] = (242, 242, 242)
753_colortable["gray96"] = (245, 245, 245)
754_colortable["grey96"] = (245, 245, 245)
755_colortable["gray97"] = (247, 247, 247)
756_colortable["grey97"] = (247, 247, 247)
757_colortable["gray98"] = (250, 250, 250)
758_colortable["grey98"] = (250, 250, 250)
759_colortable["gray99"] = (252, 252, 252)
760_colortable["grey99"] = (252, 252, 252)
761_colortable["gray100"] = (255, 255, 255)
762_colortable["grey100"] = (255, 255, 255)
763_colortable["dark"] = (169, 169, 169)
764_colortable["DarkGrey"] = (169, 169, 169)
765_colortable["dark"] = (169, 169, 169)
766_colortable["DarkGray"] = (169, 169, 169)
767_colortable["dark"] = (0, 0, 139)
768_colortable["DarkBlue"] = (0, 0, 139)
769_colortable["dark"] = (0, 139, 139)
770_colortable["DarkCyan"] = (0, 139, 139)
771_colortable["dark"] = (139, 0, 139)
772_colortable["DarkMagenta"] = (139, 0, 139)
773_colortable["dark"] = (139, 0, 0)
774_colortable["DarkRed"] = (139, 0, 0)
775_colortable["light"] = (144, 238, 144)
776_colortable["LightGreen"] = (144, 238, 144)
777
def float_rgb(name)
Definition: colortable.py:16