Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2150 mathias 1
if(!dojo._hasResource["dojox.encoding.tests.colors"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
2
dojo._hasResource["dojox.encoding.tests.colors"] = true;
3
dojo.provide("dojox.encoding.tests.colors");
4
 
5
// all CSS3 colors
6
dojox.encoding.tests.colors = {
7
aliceblue:	[240,248,255],
8
antiquewhite:	[250,235,215],
9
aqua:	[0,255,255],
10
aquamarine:	[127,255,212],
11
azure:	[240,255,255],
12
beige:	[245,245,220],
13
bisque:	[255,228,196],
14
black:	[0,0,0],
15
blanchedalmond:	[255,235,205],
16
blue:	[0,0,255],
17
blueviolet:	[138,43,226],
18
brown:	[165,42,42],
19
burlywood:	[222,184,135],
20
cadetblue:	[95,158,160],
21
chartreuse:	[127,255,0],
22
chocolate:	[210,105,30],
23
coral:	[255,127,80],
24
cornflowerblue:	[100,149,237],
25
cornsilk:	[255,248,220],
26
crimson:	[220,20,60],
27
cyan:	[0,255,255],
28
darkblue:	[0,0,139],
29
darkcyan:	[0,139,139],
30
darkgoldenrod:	[184,134,11],
31
darkgray:	[169,169,169],
32
darkgreen:	[0,100,0],
33
darkgrey:	[169,169,169],
34
darkkhaki:	[189,183,107],
35
darkmagenta:	[139,0,139],
36
darkolivegreen:	[85,107,47],
37
darkorange:	[255,140,0],
38
darkorchid:	[153,50,204],
39
darkred:	[139,0,0],
40
darksalmon:	[233,150,122],
41
darkseagreen:	[143,188,143],
42
darkslateblue:	[72,61,139],
43
darkslategray:	[47,79,79],
44
darkslategrey:	[47,79,79],
45
darkturquoise:	[0,206,209],
46
darkviolet:	[148,0,211],
47
deeppink:	[255,20,147],
48
deepskyblue:	[0,191,255],
49
dimgray:	[105,105,105],
50
dimgrey:	[105,105,105],
51
dodgerblue:	[30,144,255],
52
firebrick:	[178,34,34],
53
floralwhite:	[255,250,240],
54
forestgreen:	[34,139,34],
55
fuchsia:	[255,0,255],
56
gainsboro:	[220,220,220],
57
ghostwhite:	[248,248,255],
58
gold:	[255,215,0],
59
goldenrod:	[218,165,32],
60
gray:	[128,128,128],
61
green:	[0,128,0],
62
greenyellow:	[173,255,47],
63
grey:	[128,128,128],
64
honeydew:	[240,255,240],
65
hotpink:	[255,105,180],
66
indianred:	[205,92,92],
67
indigo:	[75,0,130],
68
ivory:	[255,255,240],
69
khaki:	[240,230,140],
70
lavender:	[230,230,250],
71
lavenderblush:	[255,240,245],
72
lawngreen:	[124,252,0],
73
lemonchiffon:	[255,250,205],
74
lightblue:	[173,216,230],
75
lightcoral:	[240,128,128],
76
lightcyan:	[224,255,255],
77
lightgoldenrodyellow:	[250,250,210],
78
lightgray:	[211,211,211],
79
lightgreen:	[144,238,144],
80
lightgrey:	[211,211,211],
81
lightpink:	[255,182,193],
82
lightsalmon:	[255,160,122],
83
lightseagreen:	[32,178,170],
84
lightskyblue:	[135,206,250],
85
lightslategray:	[119,136,153],
86
lightslategrey:	[119,136,153],
87
lightsteelblue:	[176,196,222],
88
lightyellow:	[255,255,224],
89
lime:	[0,255,0],
90
limegreen:	[50,205,50],
91
linen:	[250,240,230],
92
magenta:	[255,0,255],
93
maroon:	[128,0,0],
94
mediumaquamarine:	[102,205,170],
95
mediumblue:	[0,0,205],
96
mediumorchid:	[186,85,211],
97
mediumpurple:	[147,112,219],
98
mediumseagreen:	[60,179,113],
99
mediumslateblue:	[123,104,238],
100
mediumspringgreen:	[0,250,154],
101
mediumturquoise:	[72,209,204],
102
mediumvioletred:	[199,21,133],
103
midnightblue:	[25,25,112],
104
mintcream:	[245,255,250],
105
mistyrose:	[255,228,225],
106
moccasin:	[255,228,181],
107
navajowhite:	[255,222,173],
108
navy:	[0,0,128],
109
oldlace:	[253,245,230],
110
olive:	[128,128,0],
111
olivedrab:	[107,142,35],
112
orange:	[255,165,0],
113
orangered:	[255,69,0],
114
orchid:	[218,112,214],
115
palegoldenrod:	[238,232,170],
116
palegreen:	[152,251,152],
117
paleturquoise:	[175,238,238],
118
palevioletred:	[219,112,147],
119
papayawhip:	[255,239,213],
120
peachpuff:	[255,218,185],
121
peru:	[205,133,63],
122
pink:	[255,192,203],
123
plum:	[221,160,221],
124
powderblue:	[176,224,230],
125
purple:	[128,0,128],
126
red:	[255,0,0],
127
rosybrown:	[188,143,143],
128
royalblue:	[65,105,225],
129
saddlebrown:	[139,69,19],
130
salmon:	[250,128,114],
131
sandybrown:	[244,164,96],
132
seagreen:	[46,139,87],
133
seashell:	[255,245,238],
134
sienna:	[160,82,45],
135
silver:	[192,192,192],
136
skyblue:	[135,206,235],
137
slateblue:	[106,90,205],
138
slategray:	[112,128,144],
139
slategrey:	[112,128,144],
140
snow:	[255,250,250],
141
springgreen:	[0,255,127],
142
steelblue:	[70,130,180],
143
tan:	[210,180,140],
144
teal:	[0,128,128],
145
thistle:	[216,191,216],
146
tomato:	[255,99,71],
147
turquoise:	[64,224,208],
148
violet:	[238,130,238],
149
wheat:	[245,222,179],
150
white:	[255,255,255],
151
whitesmoke:	[245,245,245],
152
yellow:	[255,255,0],
153
yellowgreen:	[154,205,50]
154
};
155
 
156
}