tiedye 0.2.5 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d8c3362ca85b73fe997236b743bc433f9d09a8a18c7e289ca782f0004407265
4
- data.tar.gz: bb74d00571e94621069e915b27b108cfa1a6f5dff0c7df209133cbd84485c8bf
3
+ metadata.gz: cc0f81cf473700463d04976425d04af9e3a3b54dfeb0a7b9d102ad0f40f73301
4
+ data.tar.gz: 5022e0a985c244c92b39747c090764e0ae993afec7137bfa6832648ae39c091e
5
5
  SHA512:
6
- metadata.gz: 3b9d8c6819e4bf51084dd97639eb187fa4eb467fc4dcd401e3024bc5db750eb54e6e6064d6416608f5138c1854e359a28642df627d5cda556a0cc4beaab6bc23
7
- data.tar.gz: fa046225956f9825ac5dd300df7603f7500bb73e3b718c36b0409cb6599a6bb13ed7b8119a1ca2aa58f331d397b689eed02d81bb782d5ce0ef149bcc2a7e0d7a
6
+ metadata.gz: f9dddbecde1fb42500f954adfbf5c1dc6221df3e61a84ac53882d7e7aa0ca4a10c813616a50f4babb5e50d04cbfde061c5d0177d08f196e876988dcfbeafde8f
7
+ data.tar.gz: 3ba6738fc5f9a5af85a8c93fb9a7bb856accc3ae1408cd3258e87559594355bb927fc61aa28120a2473da71ad9fd895181c93b6b96a89f73bcc7a7725cd5de94
data/lib/colors.rb ADDED
@@ -0,0 +1,508 @@
1
+ module Tiedye
2
+ COLORS = {
3
+ "alice_blue" => "#f0f8ff",
4
+ "antique_white" => "#faebd7",
5
+ "antique_white1" => "#ffefdb",
6
+ "antique_white2" => "#eedfcc",
7
+ "antique_white3" => "#cdc0b0",
8
+ "antique_white4" => "#8b8378",
9
+ "aquamarine" => "#7fffd4",
10
+ "aquamarine2" => "#76eec6",
11
+ "aquamarine4" => "#458b74",
12
+ "azure" => "#f0ffff",
13
+ "azure2" => "#e0eeee",
14
+ "azure3" => "#c1cdcd",
15
+ "azure4" => "#838b8b",
16
+ "beige" => "#f5f5dc",
17
+ "bisque" => "#ffe4c4",
18
+ "bisque2" => "#eed5b7",
19
+ "bisque3" => "#cdb79e",
20
+ "bisque4" => "#8b7d6b",
21
+ "black" => "#000000",
22
+ "blanched_almond" => "#ffebcd",
23
+ "blue" => "#0000ff",
24
+ "blue2" => "#0000ee",
25
+ "blue4" => "#00008b",
26
+ "blue_violet" => "#8a2be2",
27
+ "brown" => "#a52a2a",
28
+ "brown1" => "#ff4040",
29
+ "brown2" => "#ee3b3b",
30
+ "brown3" => "#cd3333",
31
+ "brown4" => "#8b2323",
32
+ "burlywood" => "#deb887",
33
+ "burlywood1" => "#ffd39b",
34
+ "burlywood2" => "#eec591",
35
+ "burlywood3" => "#cdaa7d",
36
+ "burlywood4" => "#8b7355",
37
+ "cadet_blue" => "#5f9ea0",
38
+ "cadet_blue1" => "#98f5ff",
39
+ "cadet_blue2" => "#8ee5ee",
40
+ "cadet_blue3" => "#7ac5cd",
41
+ "cadet_blue4" => "#53868b",
42
+ "chartreuse" => "#7fff00",
43
+ "chartreuse2" => "#76ee00",
44
+ "chartreuse3" => "#66cd00",
45
+ "chartreuse4" => "#458b00",
46
+ "chocolate" => "#d2691e",
47
+ "chocolate1" => "#ff7f24",
48
+ "chocolate2" => "#ee7621",
49
+ "chocolate3" => "#cd661d",
50
+ "coral" => "#ff7f50",
51
+ "coral1" => "#ff7256",
52
+ "coral2" => "#ee6a50",
53
+ "coral3" => "#cd5b45",
54
+ "coral4" => "#8b3e2f",
55
+ "cornflower_blue" => "#6495ed",
56
+ "cornsilk" => "#fff8dc",
57
+ "cornsilk2" => "#eee8cd",
58
+ "cornsilk3" => "#cdc8b1",
59
+ "cornsilk4" => "#8b8878",
60
+ "cyan" => "#00ffff",
61
+ "cyan2" => "#00eeee",
62
+ "cyan3" => "#00cdcd",
63
+ "cyan4" => "#008b8b",
64
+ "dark_goldenrod" => "#b8860b",
65
+ "dark_goldenrod1" => "#ffb90f",
66
+ "dark_goldenrod2" => "#eead0e",
67
+ "dark_goldenrod3" => "#cd950c",
68
+ "dark_goldenrod4" => "#8b6508",
69
+ "dark_green" => "#006400",
70
+ "dark_khaki" => "#bdb76b",
71
+ "dark_oliveGreen" => "#556b2f",
72
+ "dark_oliveGreen1" => "#caff70",
73
+ "dark_oliveGreen2" => "#bcee68",
74
+ "dark_oliveGreen3" => "#a2cd5a",
75
+ "dark_oliveGreen4" => "#6e8b3d",
76
+ "dark_orange" => "#ff8c00",
77
+ "dark_orange1" => "#ff7f00",
78
+ "dark_orange2" => "#ee7600",
79
+ "dark_orange3" => "#cd6600",
80
+ "dark_orange4" => "#8b4500",
81
+ "dark_orchid" => "#9932cc",
82
+ "dark_orchid1" => "#bf3eff",
83
+ "dark_orchid2" => "#b23aee",
84
+ "dark_orchid3" => "#9a32cd",
85
+ "dark_orchid4" => "#68228b",
86
+ "dark_salmon" => "#e9967a",
87
+ "dark_seaGreen" => "#8fbc8f",
88
+ "dark_seaGreen1" => "#c1ffc1",
89
+ "dark_seaGreen2" => "#b4eeb4",
90
+ "dark_seaGreen3" => "#9bcd9b",
91
+ "dark_seaGreen4" => "#698b69",
92
+ "dark_slateBlue" => "#483d8b",
93
+ "dark_slateGray" => "#2f4f4f",
94
+ "dark_slateGray1" => "#97ffff",
95
+ "dark_slateGray2" => "#8deeee",
96
+ "dark_slateGray3" => "#79cdcd",
97
+ "dark_slateGray4" => "#528b8b",
98
+ "dark_turquoise" => "#00ced1",
99
+ "dark_violet" => "#9400d3",
100
+ "deep_pink" => "#ff1493",
101
+ "deep_pink2" => "#ee1289",
102
+ "deep_pink3" => "#cd1076",
103
+ "deep_pink4" => "#8b0a50",
104
+ "deep_skyBlue" => "#00bfff",
105
+ "deep_skyBlue2" => "#00b2ee",
106
+ "deep_skyBlue3" => "#009acd",
107
+ "deep_skyBlue4" => "#00688b",
108
+ "dim_gray" => "#696969",
109
+ "dodger_blue" => "#1e90ff",
110
+ "dodger_blue2" => "#1c86ee",
111
+ "dodger_blue3" => "#1874cd",
112
+ "dodger_blue4" => "#104e8b",
113
+ "firebrick" => "#b22222",
114
+ "firebrick1" => "#ff3030",
115
+ "firebrick2" => "#ee2c2c",
116
+ "firebrick3" => "#cd2626",
117
+ "firebrick4" => "#8b1a1a",
118
+ "floral_white" => "#fffaf0",
119
+ "forest_green" => "#228b22",
120
+ "gainsboro" => "#dcdcdc",
121
+ "ghost_white" => "#f8f8ff",
122
+ "gold" => "#ffd700",
123
+ "gold2" => "#eec900",
124
+ "gold3" => "#cdad00",
125
+ "gold4" => "#8b7500",
126
+ "goldenrod" => "#daa520",
127
+ "goldenrod1" => "#ffc125",
128
+ "goldenrod2" => "#eeb422",
129
+ "goldenrod3" => "#cd9b1d",
130
+ "goldenrod4" => "#8b6914",
131
+ "gray" => "#bebebe",
132
+ "gray1" => "#030303",
133
+ "gray10" => "#1a1a1a",
134
+ "gray11" => "#1c1c1c",
135
+ "gray12" => "#1f1f1f",
136
+ "gray13" => "#212121",
137
+ "gray14" => "#242424",
138
+ "gray15" => "#262626",
139
+ "gray16" => "#292929",
140
+ "gray17" => "#2b2b2b",
141
+ "gray18" => "#2e2e2e",
142
+ "gray19" => "#303030",
143
+ "gray2" => "#050505",
144
+ "gray20" => "#333333",
145
+ "gray21" => "#363636",
146
+ "gray22" => "#383838",
147
+ "gray23" => "#3b3b3b",
148
+ "gray24" => "#3d3d3d",
149
+ "gray25" => "#404040",
150
+ "gray26" => "#424242",
151
+ "gray27" => "#454545",
152
+ "gray28" => "#474747",
153
+ "gray29" => "#4a4a4a",
154
+ "gray3" => "#080808",
155
+ "gray30" => "#4d4d4d",
156
+ "gray31" => "#4f4f4f",
157
+ "gray32" => "#525252",
158
+ "gray33" => "#545454",
159
+ "gray34" => "#575757",
160
+ "gray35" => "#595959",
161
+ "gray36" => "#5c5c5c",
162
+ "gray37" => "#5e5e5e",
163
+ "gray38" => "#616161",
164
+ "gray39" => "#636363",
165
+ "gray4" => "#0a0a0a",
166
+ "gray40" => "#666666",
167
+ "gray41" => "#696969",
168
+ "gray42" => "#6b6b6b",
169
+ "gray43" => "#6e6e6e",
170
+ "gray44" => "#707070",
171
+ "gray45" => "#737373",
172
+ "gray46" => "#757575",
173
+ "gray47" => "#787878",
174
+ "gray48" => "#7a7a7a",
175
+ "gray49" => "#7d7d7d",
176
+ "gray5" => "#0d0d0d",
177
+ "gray50" => "#7f7f7f",
178
+ "gray51" => "#828282",
179
+ "gray52" => "#858585",
180
+ "gray53" => "#878787",
181
+ "gray54" => "#8a8a8a",
182
+ "gray55" => "#8c8c8c",
183
+ "gray56" => "#8f8f8f",
184
+ "gray57" => "#919191",
185
+ "gray58" => "#949494",
186
+ "gray59" => "#969696",
187
+ "gray6" => "#0f0f0f",
188
+ "gray60" => "#999999",
189
+ "gray61" => "#9c9c9c",
190
+ "gray62" => "#9e9e9e",
191
+ "gray63" => "#a1a1a1",
192
+ "gray64" => "#a3a3a3",
193
+ "gray65" => "#a6a6a6",
194
+ "gray66" => "#a8a8a8",
195
+ "gray67" => "#ababab",
196
+ "gray68" => "#adadad",
197
+ "gray69" => "#b0b0b0",
198
+ "gray7" => "#121212",
199
+ "gray70" => "#b3b3b3",
200
+ "gray71" => "#b5b5b5",
201
+ "gray72" => "#b8b8b8",
202
+ "gray73" => "#bababa",
203
+ "gray74" => "#bdbdbd",
204
+ "gray75" => "#bfbfbf",
205
+ "gray76" => "#c2c2c2",
206
+ "gray77" => "#c4c4c4",
207
+ "gray78" => "#c7c7c7",
208
+ "gray79" => "#c9c9c9",
209
+ "gray8" => "#141414",
210
+ "gray80" => "#cccccc",
211
+ "gray81" => "#cfcfcf",
212
+ "gray82" => "#d1d1d1",
213
+ "gray83" => "#d4d4d4",
214
+ "gray84" => "#d6d6d6",
215
+ "gray85" => "#d9d9d9",
216
+ "gray86" => "#dbdbdb",
217
+ "gray87" => "#dedede",
218
+ "gray88" => "#e0e0e0",
219
+ "gray89" => "#e3e3e3",
220
+ "gray9" => "#171717",
221
+ "gray90" => "#e5e5e5",
222
+ "gray91" => "#e8e8e8",
223
+ "gray92" => "#ebebeb",
224
+ "gray93" => "#ededed",
225
+ "gray94" => "#f0f0f0",
226
+ "gray95" => "#f2f2f2",
227
+ "gray97" => "#f7f7f7",
228
+ "gray98" => "#fafafa",
229
+ "gray99" => "#fcfcfc",
230
+ "green" => "#00ff00",
231
+ "green2" => "#00ee00",
232
+ "green3" => "#00cd00",
233
+ "green4" => "#008b00",
234
+ "green_yellow" => "#adff2f",
235
+ "honeydew" => "#f0fff0",
236
+ "honeydew2" => "#e0eee0",
237
+ "honeydew3" => "#c1cdc1",
238
+ "honeydew4" => "#838b83",
239
+ "hot_pink" => "#ff69b4",
240
+ "hot_pink1" => "#ff6eb4",
241
+ "hot_pink2" => "#ee6aa7",
242
+ "hot_pink3" => "#cd6090",
243
+ "hot_pink4" => "#8b3a62",
244
+ "indian_red" => "#cd5c5c",
245
+ "indian_red1" => "#ff6a6a",
246
+ "indian_red2" => "#ee6363",
247
+ "indian_red3" => "#cd5555",
248
+ "indian_red4" => "#8b3a3a",
249
+ "ivory" => "#fffff0",
250
+ "ivory2" => "#eeeee0",
251
+ "ivory3" => "#cdcdc1",
252
+ "ivory4" => "#8b8b83",
253
+ "khaki" => "#f0e68c",
254
+ "khaki2" => "#fff68f",
255
+ "khaki3" => "#eee685",
256
+ "khaki4" => "#cdc673",
257
+ "khaki5" => "#8b864e",
258
+ "lavender" => "#e6e6fa",
259
+ "lavender_blush" => "#fff0f5",
260
+ "lavender_blush2" => "#eee0e5",
261
+ "lavender_blush3" => "#cdc1c5",
262
+ "lavender_blush4" => "#8b8386",
263
+ "lawn_green" => "#7cfc00",
264
+ "lemon_chiffon" => "#fffacd",
265
+ "lemon_chiffon2" => "#eee9bf",
266
+ "lemon_chiffon3" => "#cdc9a5",
267
+ "lemon_chiffon4" => "#8b8970",
268
+ "light" => "#eedd82",
269
+ "light_blue" => "#add8e6",
270
+ "light_blue2" => "#bfefff",
271
+ "light_blue3" => "#b2dfee",
272
+ "light_blue4" => "#9ac0cd",
273
+ "light_blue5" => "#68838b",
274
+ "light_coral" => "#f08080",
275
+ "light_cyan" => "#e0ffff",
276
+ "light_cyan2" => "#d1eeee",
277
+ "light_cyan3" => "#b4cdcd",
278
+ "light_cyan4" => "#7a8b8b",
279
+ "light_goldenrod" => "#ffec8b",
280
+ "light_goldenrod2" => "#eedc82",
281
+ "light_goldenrod3" => "#cdbe70",
282
+ "light_goldenrod4" => "#8b814c",
283
+ "light_goldenrodYellow" => "#fafad2",
284
+ "light_gray" => "#d3d3d3",
285
+ "light_pink" => "#ffb6c1",
286
+ "light_pink2" => "#ffaeb9",
287
+ "light_pink3" => "#eea2ad",
288
+ "light_pink4" => "#cd8c95",
289
+ "light_pink5" => "#8b5f65",
290
+ "light_salmon" => "#ffa07a",
291
+ "light_salmon2" => "#ee9572",
292
+ "light_salmon3" => "#cd8162",
293
+ "light_salmon4" => "#8b5742",
294
+ "light_seaGreen" => "#20b2aa",
295
+ "light_skyBlue" => "#87cefa",
296
+ "light_skyBlue2" => "#b0e2ff",
297
+ "light_skyBlue3" => "#a4d3ee",
298
+ "light_skyBlue4" => "#8db6cd",
299
+ "light_skyBlue5" => "#607b8b",
300
+ "light_slateBlue" => "#8470ff",
301
+ "light_slateGray" => "#778899",
302
+ "light_steelBlue" => "#b0c4de",
303
+ "light_steelBlue2" => "#cae1ff",
304
+ "light_steelBlue3" => "#bcd2ee",
305
+ "light_steelBlue4" => "#a2b5cd",
306
+ "light_steelBlue5" => "#6e7b8b",
307
+ "light_yellow" => "#ffffe0",
308
+ "light_yellow2" => "#eeeed1",
309
+ "light_yellow3" => "#cdcdb4",
310
+ "light_yellow4" => "#8b8b7a",
311
+ "lime_green" => "#32cd32",
312
+ "linen" => "#faf0e6",
313
+ "magenta" => "#ff00ff",
314
+ "magenta2" => "#ee00ee",
315
+ "magenta3" => "#cd00cd",
316
+ "magenta4" => "#8b008b",
317
+ "maroon" => "#b03060",
318
+ "maroon2" => "#ff34b3",
319
+ "maroon3" => "#ee30a7",
320
+ "maroon4" => "#cd2990",
321
+ "maroon5" => "#8b1c62",
322
+ "medium" => "#66cdaa",
323
+ "medium_aquamarine" => "#66cdaa",
324
+ "medium_blue" => "#0000cd",
325
+ "medium_orchid" => "#ba55d3",
326
+ "medium_orchid2" => "#e066ff",
327
+ "medium_orchid3" => "#d15fee",
328
+ "medium_orchid4" => "#b452cd",
329
+ "medium_orchid5" => "#7a378b",
330
+ "medium_purple" => "#9370db",
331
+ "medium_purple2" => "#ab82ff",
332
+ "medium_purple3" => "#9f79ee",
333
+ "medium_purple4" => "#8968cd",
334
+ "medium_purple5" => "#5d478b",
335
+ "medium_seaGreen" => "#3cb371",
336
+ "medium_slateBlue" => "#7b68ee",
337
+ "medium_springGreen" => "#00fa9a",
338
+ "medium_turquoise" => "#48d1cc",
339
+ "medium_violetRed" => "#c71585",
340
+ "midnight_blue" => "#191970",
341
+ "mint_cream" => "#f5fffa",
342
+ "misty_rose" => "#ffe4e1",
343
+ "misty_rose2" => "#eed5d2",
344
+ "misty_rose3" => "#cdb7b5",
345
+ "misty_rose4" => "#8b7d7b",
346
+ "moccasin" => "#ffe4b5",
347
+ "navajo_white" => "#ffdead",
348
+ "navajo_white2" => "#eecfa1",
349
+ "navajo_white3" => "#cdb38b",
350
+ "navajo_white4" => "#8b795e",
351
+ "navy_blue" => "#000080",
352
+ "old_lace" => "#fdf5e6",
353
+ "olive_drab" => "#6b8e23",
354
+ "olive_drab2" => "#c0ff3e",
355
+ "olive_drab3" => "#b3ee3a",
356
+ "olive_drab4" => "#698b22",
357
+ "orange" => "#ffa500",
358
+ "orange2" => "#ee9a00",
359
+ "orange3" => "#cd8500",
360
+ "orange4" => "#8b5a00",
361
+ "orange_red" => "#ff4500",
362
+ "orange_red2" => "#ee4000",
363
+ "orange_red3" => "#cd3700",
364
+ "orange_red4" => "#8b2500",
365
+ "orchid" => "#da70d6",
366
+ "orchid2" => "#ff83fa",
367
+ "orchid3" => "#ee7ae9",
368
+ "orchid4" => "#cd69c9",
369
+ "orchid5" => "#8b4789",
370
+ "pale" => "#db7093",
371
+ "pale_goldenrod" => "#eee8aa",
372
+ "pale_green" => "#98fb98",
373
+ "pale_green2" => "#9aff9a",
374
+ "pale_green3" => "#90ee90",
375
+ "pale_green4" => "#7ccd7c",
376
+ "pale_green5" => "#548b54",
377
+ "pale_turquoise" => "#afeeee",
378
+ "pale_turquoise2" => "#bbffff",
379
+ "pale_turquoise3" => "#aeeeee",
380
+ "pale_turquoise4" => "#96cdcd",
381
+ "pale_turquoise5" => "#668b8b",
382
+ "pale_violetRed" => "#db7093",
383
+ "pale_violetRed2" => "#ff82ab",
384
+ "pale_violetRed3" => "#ee799f",
385
+ "pale_violetRed4" => "#cd6889",
386
+ "pale_violetRed5" => "#8b475d",
387
+ "papaya_whip" => "#ffefd5",
388
+ "peach_puff" => "#ffdab9",
389
+ "peach_puff2" => "#eecbad",
390
+ "peach_puff3" => "#cdaf95",
391
+ "peach_puff4" => "#8b7765",
392
+ "pink" => "#ffc0cb",
393
+ "pink2" => "#ffb5c5",
394
+ "pink3" => "#eea9b8",
395
+ "pink4" => "#cd919e",
396
+ "pink5" => "#8b636c",
397
+ "plum" => "#dda0dd",
398
+ "plum2" => "#ffbbff",
399
+ "plum3" => "#eeaeee",
400
+ "plum4" => "#cd96cd",
401
+ "plum5" => "#8b668b",
402
+ "powder_blue" => "#b0e0e6",
403
+ "purple" => "#a020f0",
404
+ "purple2" => "#9b30ff",
405
+ "purple3" => "#912cee",
406
+ "purple4" => "#7d26cd",
407
+ "purple5" => "#551a8b",
408
+ "red" => "#ff0000",
409
+ "red2" => "#ee0000",
410
+ "red3" => "#cd0000",
411
+ "red4" => "#8b0000",
412
+ "rosy_brown" => "#bc8f8f",
413
+ "rosy_brown2" => "#ffc1c1",
414
+ "rosy_brown3" => "#eeb4b4",
415
+ "rosy_brown4" => "#cd9b9b",
416
+ "rosy_brown5" => "#8b6969",
417
+ "royal_blue" => "#4169e1",
418
+ "royal_blue2" => "#4876ff",
419
+ "royal_blue3" => "#436eee",
420
+ "royal_blue4" => "#3a5fcd",
421
+ "royal_blue5" => "#27408b",
422
+ "saddle_brown" => "#8b4513",
423
+ "salmon" => "#fa8072",
424
+ "salmon2" => "#ff8c69",
425
+ "salmon3" => "#ee8262",
426
+ "salmon4" => "#cd7054",
427
+ "salmon5" => "#8b4c39",
428
+ "sandy_brown" => "#f4a460",
429
+ "sea_green" => "#54ff9f",
430
+ "sea_green2" => "#4eee94",
431
+ "sea_green3" => "#43cd80",
432
+ "sea_green4" => "#2e8b57",
433
+ "seashell" => "#fff5ee",
434
+ "seashell2" => "#eee5de",
435
+ "seashell3" => "#cdc5bf",
436
+ "seashell4" => "#8b8682",
437
+ "sienna" => "#a0522d",
438
+ "sienna2" => "#ff8247",
439
+ "sienna3" => "#ee7942",
440
+ "sienna4" => "#cd6839",
441
+ "sienna5" => "#8b4726",
442
+ "sky_blue" => "#87ceeb",
443
+ "sky_blue2" => "#87ceff",
444
+ "sky_blue3" => "#7ec0ee",
445
+ "sky_blue4" => "#6ca6cd",
446
+ "sky_blue5" => "#4a708b",
447
+ "slate_blue" => "#6a5acd",
448
+ "slate_blue2" => "#836fff",
449
+ "slate_blue3" => "#7a67ee",
450
+ "slate_blue4" => "#6959cd",
451
+ "slate_blue5" => "#473c8b",
452
+ "slate_gray" => "#708090",
453
+ "slate_gray2" => "#c6e2ff",
454
+ "slate_gray4" => "#b9d3ee",
455
+ "slate_gray5" => "#9fb6cd",
456
+ "slate_gray6" => "#6c7b8b",
457
+ "snow" => "#fffafa",
458
+ "snow2" => "#eee9e9",
459
+ "snow3" => "#cdc9c9",
460
+ "snow4" => "#8b8989",
461
+ "spring_green" => "#00ff7f",
462
+ "spring_green2" => "#00ee76",
463
+ "spring_green3" => "#00cd66",
464
+ "spring_green4" => "#008b45",
465
+ "steel_blue" => "#4682b4",
466
+ "steel_blue2" => "#63b8ff",
467
+ "steel_blue3" => "#5cacee",
468
+ "steel_blue4" => "#4f94cd",
469
+ "steel_blue5" => "#36648b",
470
+ "tan" => "#d2b48c",
471
+ "tan2" => "#ffa54f",
472
+ "tan3" => "#ee9a49",
473
+ "tan4" => "#cd853f",
474
+ "tan5" => "#8b5a2b",
475
+ "thistle" => "#d8bfd8",
476
+ "thistle2" => "#ffe1ff",
477
+ "thistle3" => "#eed2ee",
478
+ "thistle4" => "#cdb5cd",
479
+ "thistle5" => "#8b7b8b",
480
+ "tomato" => "#ff6347",
481
+ "tomato2" => "#ee5c42",
482
+ "tomato3" => "#cd4f39",
483
+ "tomato4" => "#8b3626",
484
+ "turquoise" => "#40e0d0",
485
+ "turquoise2" => "#00f5ff",
486
+ "turquoise3" => "#00e5ee",
487
+ "turquoise4" => "#00c5cd",
488
+ "turquoise5" => "#00868b",
489
+ "violet" => "#ee82ee",
490
+ "violet_red" => "#d02090",
491
+ "violet_red2" => "#ff3e96",
492
+ "violet_red3" => "#ee3a8c",
493
+ "violet_red4" => "#cd3278",
494
+ "violet_red5" => "#8b2252",
495
+ "wheat" => "#f5deb3",
496
+ "wheat2" => "#ffe7ba",
497
+ "wheat3" => "#eed8ae",
498
+ "wheat4" => "#cdba96",
499
+ "wheat5" => "#8b7e66",
500
+ "white" => "#ffffff",
501
+ "white_smoke" => "#f5f5f5",
502
+ "yellow" => "#ffff00",
503
+ "yellow2" => "#eeee00",
504
+ "yellow3" => "#cdcd00",
505
+ "yellow4" => "#8b8b00",
506
+ "yellow_green" => "#9acd32"
507
+ }
508
+ end
data/lib/hex_digit.rb ADDED
@@ -0,0 +1,7 @@
1
+ module Tiedye
2
+ HEX_DIGIT = {
3
+ 0 => "0", 1 => "1", 2 => "2", 3 => "3", 4 => "4",
4
+ 5 => "5", 6 => "6", 7 => "7", 8 => "8", 9 => "9",
5
+ 10 => "A", 11 => "B", 12 => "C", 13 => "D", 14 => "E", 15 => "F",
6
+ }
7
+ end
@@ -1,3 +1,3 @@
1
1
  module Tiedye
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
data/lib/tiedye.rb CHANGED
@@ -1,4 +1,6 @@
1
1
  require "tiedye/version"
2
+ require "colors"
3
+ require "hex_digit"
2
4
 
3
5
  module Tiedye
4
6
  def self.to_rgb(hex)
@@ -30,13 +32,13 @@ module Tiedye
30
32
  return COLORS.keys
31
33
  end
32
34
 
33
- private
34
35
  def self.hex_pair_to_rgb_digit(hex_pair)
35
36
  hexz = hex_pair.upcase.split("")
36
37
  number = HEX_DIGIT.key(hexz[0]) * 16
37
38
  number += HEX_DIGIT.key(hexz[1])
38
39
  return number
39
40
  end
41
+ private_class_method :hex_pair_to_rgb_digit
40
42
 
41
43
  def self.to_6_hex(hex)
42
44
  hex = hex.gsub("#", "")
@@ -49,6 +51,7 @@ private
49
51
  end
50
52
  return hex
51
53
  end
54
+ private_class_method :to_6_hex
52
55
 
53
56
  def self.random_hex
54
57
  hex = "#"
@@ -57,10 +60,12 @@ private
57
60
  end
58
61
  return hex
59
62
  end
63
+ private_class_method :random_hex
60
64
 
61
65
  def self.hex_digit(digit)
62
66
  return HEX_DIGIT[digit / 16] + HEX_DIGIT[digit % 16]
63
67
  end
68
+ private_class_method :hex_digit
64
69
 
65
70
  def self.rgb_float_to_int(r, g, b)
66
71
  if r.class == Float && r <= 1 && g <= 1 && b <= 1
@@ -70,6 +75,7 @@ private
70
75
  end
71
76
  return [r, g, b]
72
77
  end
78
+ private_class_method :rgb_float_to_int
73
79
 
74
80
  def self.invalid(r, g, b)
75
81
  begin
@@ -82,516 +88,5 @@ private
82
88
  end
83
89
  return false
84
90
  end
85
-
86
- HEX_DIGIT = {
87
- 0 => "0", 1 => "1", 2 => "2", 3 => "3", 4 => "4",
88
- 5 => "5", 6 => "6", 7 => "7", 8 => "8", 9 => "9",
89
- 10 => "A", 11 => "B", 12 => "C", 13 => "D", 14 => "E", 15 => "F",
90
- }
91
-
92
- COLORS = {
93
- "alice_blue" => "#f0f8ff",
94
- "antique_white" => "#faebd7",
95
- "antique_white1" => "#ffefdb",
96
- "antique_white2" => "#eedfcc",
97
- "antique_white3" => "#cdc0b0",
98
- "antique_white4" => "#8b8378",
99
- "aquamarine" => "#7fffd4",
100
- "aquamarine2" => "#76eec6",
101
- "aquamarine4" => "#458b74",
102
- "azure" => "#f0ffff",
103
- "azure2" => "#e0eeee",
104
- "azure3" => "#c1cdcd",
105
- "azure4" => "#838b8b",
106
- "beige" => "#f5f5dc",
107
- "bisque" => "#ffe4c4",
108
- "bisque2" => "#eed5b7",
109
- "bisque3" => "#cdb79e",
110
- "bisque4" => "#8b7d6b",
111
- "black" => "#000000",
112
- "blanched_almond" => "#ffebcd",
113
- "blue" => "#0000ff",
114
- "blue2" => "#0000ee",
115
- "blue4" => "#00008b",
116
- "blue_violet" => "#8a2be2",
117
- "brown" => "#a52a2a",
118
- "brown1" => "#ff4040",
119
- "brown2" => "#ee3b3b",
120
- "brown3" => "#cd3333",
121
- "brown4" => "#8b2323",
122
- "burlywood" => "#deb887",
123
- "burlywood1" => "#ffd39b",
124
- "burlywood2" => "#eec591",
125
- "burlywood3" => "#cdaa7d",
126
- "burlywood4" => "#8b7355",
127
- "cadet_blue" => "#5f9ea0",
128
- "cadet_blue1" => "#98f5ff",
129
- "cadet_blue2" => "#8ee5ee",
130
- "cadet_blue3" => "#7ac5cd",
131
- "cadet_blue4" => "#53868b",
132
- "chartreuse" => "#7fff00",
133
- "chartreuse2" => "#76ee00",
134
- "chartreuse3" => "#66cd00",
135
- "chartreuse4" => "#458b00",
136
- "chocolate" => "#d2691e",
137
- "chocolate1" => "#ff7f24",
138
- "chocolate2" => "#ee7621",
139
- "chocolate3" => "#cd661d",
140
- "coral" => "#ff7f50",
141
- "coral1" => "#ff7256",
142
- "coral2" => "#ee6a50",
143
- "coral3" => "#cd5b45",
144
- "coral4" => "#8b3e2f",
145
- "cornflower_blue" => "#6495ed",
146
- "cornsilk" => "#fff8dc",
147
- "cornsilk2" => "#eee8cd",
148
- "cornsilk3" => "#cdc8b1",
149
- "cornsilk4" => "#8b8878",
150
- "cyan" => "#00ffff",
151
- "cyan2" => "#00eeee",
152
- "cyan3" => "#00cdcd",
153
- "cyan4" => "#008b8b",
154
- "dark_goldenrod" => "#b8860b",
155
- "dark_goldenrod1" => "#ffb90f",
156
- "dark_goldenrod2" => "#eead0e",
157
- "dark_goldenrod3" => "#cd950c",
158
- "dark_goldenrod4" => "#8b6508",
159
- "dark_green" => "#006400",
160
- "dark_khaki" => "#bdb76b",
161
- "dark_oliveGreen" => "#556b2f",
162
- "dark_oliveGreen1" => "#caff70",
163
- "dark_oliveGreen2" => "#bcee68",
164
- "dark_oliveGreen3" => "#a2cd5a",
165
- "dark_oliveGreen4" => "#6e8b3d",
166
- "dark_orange" => "#ff8c00",
167
- "dark_orange1" => "#ff7f00",
168
- "dark_orange2" => "#ee7600",
169
- "dark_orange3" => "#cd6600",
170
- "dark_orange4" => "#8b4500",
171
- "dark_orchid" => "#9932cc",
172
- "dark_orchid1" => "#bf3eff",
173
- "dark_orchid2" => "#b23aee",
174
- "dark_orchid3" => "#9a32cd",
175
- "dark_orchid4" => "#68228b",
176
- "dark_salmon" => "#e9967a",
177
- "dark_seaGreen" => "#8fbc8f",
178
- "dark_seaGreen1" => "#c1ffc1",
179
- "dark_seaGreen2" => "#b4eeb4",
180
- "dark_seaGreen3" => "#9bcd9b",
181
- "dark_seaGreen4" => "#698b69",
182
- "dark_slateBlue" => "#483d8b",
183
- "dark_slateGray" => "#2f4f4f",
184
- "dark_slateGray1" => "#97ffff",
185
- "dark_slateGray2" => "#8deeee",
186
- "dark_slateGray3" => "#79cdcd",
187
- "dark_slateGray4" => "#528b8b",
188
- "dark_turquoise" => "#00ced1",
189
- "dark_violet" => "#9400d3",
190
- "deep_pink" => "#ff1493",
191
- "deep_pink2" => "#ee1289",
192
- "deep_pink3" => "#cd1076",
193
- "deep_pink4" => "#8b0a50",
194
- "deep_skyBlue" => "#00bfff",
195
- "deep_skyBlue2" => "#00b2ee",
196
- "deep_skyBlue3" => "#009acd",
197
- "deep_skyBlue4" => "#00688b",
198
- "dim_gray" => "#696969",
199
- "dodger_blue" => "#1e90ff",
200
- "dodger_blue2" => "#1c86ee",
201
- "dodger_blue3" => "#1874cd",
202
- "dodger_blue4" => "#104e8b",
203
- "firebrick" => "#b22222",
204
- "firebrick1" => "#ff3030",
205
- "firebrick2" => "#ee2c2c",
206
- "firebrick3" => "#cd2626",
207
- "firebrick4" => "#8b1a1a",
208
- "floral_white" => "#fffaf0",
209
- "forest_green" => "#228b22",
210
- "gainsboro" => "#dcdcdc",
211
- "ghost_white" => "#f8f8ff",
212
- "gold" => "#ffd700",
213
- "gold2" => "#eec900",
214
- "gold3" => "#cdad00",
215
- "gold4" => "#8b7500",
216
- "goldenrod" => "#daa520",
217
- "goldenrod1" => "#ffc125",
218
- "goldenrod2" => "#eeb422",
219
- "goldenrod3" => "#cd9b1d",
220
- "goldenrod4" => "#8b6914",
221
- "gray" => "#bebebe",
222
- "gray1" => "#030303",
223
- "gray10" => "#1a1a1a",
224
- "gray11" => "#1c1c1c",
225
- "gray12" => "#1f1f1f",
226
- "gray13" => "#212121",
227
- "gray14" => "#242424",
228
- "gray15" => "#262626",
229
- "gray16" => "#292929",
230
- "gray17" => "#2b2b2b",
231
- "gray18" => "#2e2e2e",
232
- "gray19" => "#303030",
233
- "gray2" => "#050505",
234
- "gray20" => "#333333",
235
- "gray21" => "#363636",
236
- "gray22" => "#383838",
237
- "gray23" => "#3b3b3b",
238
- "gray24" => "#3d3d3d",
239
- "gray25" => "#404040",
240
- "gray26" => "#424242",
241
- "gray27" => "#454545",
242
- "gray28" => "#474747",
243
- "gray29" => "#4a4a4a",
244
- "gray3" => "#080808",
245
- "gray30" => "#4d4d4d",
246
- "gray31" => "#4f4f4f",
247
- "gray32" => "#525252",
248
- "gray33" => "#545454",
249
- "gray34" => "#575757",
250
- "gray35" => "#595959",
251
- "gray36" => "#5c5c5c",
252
- "gray37" => "#5e5e5e",
253
- "gray38" => "#616161",
254
- "gray39" => "#636363",
255
- "gray4" => "#0a0a0a",
256
- "gray40" => "#666666",
257
- "gray41" => "#696969",
258
- "gray42" => "#6b6b6b",
259
- "gray43" => "#6e6e6e",
260
- "gray44" => "#707070",
261
- "gray45" => "#737373",
262
- "gray46" => "#757575",
263
- "gray47" => "#787878",
264
- "gray48" => "#7a7a7a",
265
- "gray49" => "#7d7d7d",
266
- "gray5" => "#0d0d0d",
267
- "gray50" => "#7f7f7f",
268
- "gray51" => "#828282",
269
- "gray52" => "#858585",
270
- "gray53" => "#878787",
271
- "gray54" => "#8a8a8a",
272
- "gray55" => "#8c8c8c",
273
- "gray56" => "#8f8f8f",
274
- "gray57" => "#919191",
275
- "gray58" => "#949494",
276
- "gray59" => "#969696",
277
- "gray6" => "#0f0f0f",
278
- "gray60" => "#999999",
279
- "gray61" => "#9c9c9c",
280
- "gray62" => "#9e9e9e",
281
- "gray63" => "#a1a1a1",
282
- "gray64" => "#a3a3a3",
283
- "gray65" => "#a6a6a6",
284
- "gray66" => "#a8a8a8",
285
- "gray67" => "#ababab",
286
- "gray68" => "#adadad",
287
- "gray69" => "#b0b0b0",
288
- "gray7" => "#121212",
289
- "gray70" => "#b3b3b3",
290
- "gray71" => "#b5b5b5",
291
- "gray72" => "#b8b8b8",
292
- "gray73" => "#bababa",
293
- "gray74" => "#bdbdbd",
294
- "gray75" => "#bfbfbf",
295
- "gray76" => "#c2c2c2",
296
- "gray77" => "#c4c4c4",
297
- "gray78" => "#c7c7c7",
298
- "gray79" => "#c9c9c9",
299
- "gray8" => "#141414",
300
- "gray80" => "#cccccc",
301
- "gray81" => "#cfcfcf",
302
- "gray82" => "#d1d1d1",
303
- "gray83" => "#d4d4d4",
304
- "gray84" => "#d6d6d6",
305
- "gray85" => "#d9d9d9",
306
- "gray86" => "#dbdbdb",
307
- "gray87" => "#dedede",
308
- "gray88" => "#e0e0e0",
309
- "gray89" => "#e3e3e3",
310
- "gray9" => "#171717",
311
- "gray90" => "#e5e5e5",
312
- "gray91" => "#e8e8e8",
313
- "gray92" => "#ebebeb",
314
- "gray93" => "#ededed",
315
- "gray94" => "#f0f0f0",
316
- "gray95" => "#f2f2f2",
317
- "gray97" => "#f7f7f7",
318
- "gray98" => "#fafafa",
319
- "gray99" => "#fcfcfc",
320
- "green" => "#00ff00",
321
- "green2" => "#00ee00",
322
- "green3" => "#00cd00",
323
- "green4" => "#008b00",
324
- "green_yellow" => "#adff2f",
325
- "honeydew" => "#f0fff0",
326
- "honeydew2" => "#e0eee0",
327
- "honeydew3" => "#c1cdc1",
328
- "honeydew4" => "#838b83",
329
- "hot_pink" => "#ff69b4",
330
- "hot_pink" => "#ff6eb4",
331
- "hot_pink2" => "#ee6aa7",
332
- "hot_pink3" => "#cd6090",
333
- "hot_pink4" => "#8b3a62",
334
- "indian_red" => "#cd5c5c",
335
- "indian_red" => "#ff6a6a",
336
- "indian_red2" => "#ee6363",
337
- "indian_red3" => "#cd5555",
338
- "indian_red4" => "#8b3a3a",
339
- "ivory" => "#fffff0",
340
- "ivory2" => "#eeeee0",
341
- "ivory3" => "#cdcdc1",
342
- "ivory4" => "#8b8b83",
343
- "khaki" => "#f0e68c",
344
- "khaki2" => "#fff68f",
345
- "khaki3" => "#eee685",
346
- "khaki4" => "#cdc673",
347
- "khaki5" => "#8b864e",
348
- "lavender" => "#e6e6fa",
349
- "lavender_blush" => "#fff0f5",
350
- "lavender_blush2" => "#eee0e5",
351
- "lavender_blush3" => "#cdc1c5",
352
- "lavender_blush4" => "#8b8386",
353
- "lawn_green" => "#7cfc00",
354
- "lemon_chiffon" => "#fffacd",
355
- "lemon_chiffon2" => "#eee9bf",
356
- "lemon_chiffon3" => "#cdc9a5",
357
- "lemon_chiffon4" => "#8b8970",
358
- "light" => "#eedd82",
359
- "light_blue" => "#add8e6",
360
- "light_blue2" => "#bfefff",
361
- "light_blue3" => "#b2dfee",
362
- "light_blue4" => "#9ac0cd",
363
- "light_blue5" => "#68838b",
364
- "light_coral" => "#f08080",
365
- "light_cyan" => "#e0ffff",
366
- "light_cyan2" => "#d1eeee",
367
- "light_cyan3" => "#b4cdcd",
368
- "light_cyan4" => "#7a8b8b",
369
- "light_goldenrod" => "#ffec8b",
370
- "light_goldenrod2" => "#eedc82",
371
- "light_goldenrod3" => "#cdbe70",
372
- "light_goldenrod4" => "#8b814c",
373
- "light_goldenrodYellow" => "#fafad2",
374
- "light_gray" => "#d3d3d3",
375
- "light_pink" => "#ffb6c1",
376
- "light_pink2" => "#ffaeb9",
377
- "light_pink3" => "#eea2ad",
378
- "light_pink4" => "#cd8c95",
379
- "light_pink5" => "#8b5f65",
380
- "light_salmon" => "#ffa07a",
381
- "light_salmon2" => "#ee9572",
382
- "light_salmon3" => "#cd8162",
383
- "light_salmon4" => "#8b5742",
384
- "light_seaGreen" => "#20b2aa",
385
- "light_skyBlue" => "#87cefa",
386
- "light_skyBlue2" => "#b0e2ff",
387
- "light_skyBlue3" => "#a4d3ee",
388
- "light_skyBlue4" => "#8db6cd",
389
- "light_skyBlue5" => "#607b8b",
390
- "light_slateBlue" => "#8470ff",
391
- "light_slateGray" => "#778899",
392
- "light_steelBlue" => "#b0c4de",
393
- "light_steelBlue2" => "#cae1ff",
394
- "light_steelBlue3" => "#bcd2ee",
395
- "light_steelBlue4" => "#a2b5cd",
396
- "light_steelBlue5" => "#6e7b8b",
397
- "light_yellow" => "#ffffe0",
398
- "light_yellow2" => "#eeeed1",
399
- "light_yellow3" => "#cdcdb4",
400
- "light_yellow4" => "#8b8b7a",
401
- "lime_green" => "#32cd32",
402
- "linen" => "#faf0e6",
403
- "magenta" => "#ff00ff",
404
- "magenta2" => "#ee00ee",
405
- "magenta3" => "#cd00cd",
406
- "magenta4" => "#8b008b",
407
- "maroon" => "#b03060",
408
- "maroon2" => "#ff34b3",
409
- "maroon3" => "#ee30a7",
410
- "maroon4" => "#cd2990",
411
- "maroon5" => "#8b1c62",
412
- "medium" => "#66cdaa",
413
- "medium_aquamarine" => "#66cdaa",
414
- "medium_blue" => "#0000cd",
415
- "medium_orchid" => "#ba55d3",
416
- "medium_orchid2" => "#e066ff",
417
- "medium_orchid3" => "#d15fee",
418
- "medium_orchid4" => "#b452cd",
419
- "medium_orchid5" => "#7a378b",
420
- "medium_purple" => "#9370db",
421
- "medium_purple2" => "#ab82ff",
422
- "medium_purple3" => "#9f79ee",
423
- "medium_purple4" => "#8968cd",
424
- "medium_purple5" => "#5d478b",
425
- "medium_seaGreen" => "#3cb371",
426
- "medium_slateBlue" => "#7b68ee",
427
- "medium_springGreen" => "#00fa9a",
428
- "medium_turquoise" => "#48d1cc",
429
- "medium_violetRed" => "#c71585",
430
- "midnight_blue" => "#191970",
431
- "mint_cream" => "#f5fffa",
432
- "misty_rose" => "#ffe4e1",
433
- "misty_rose2" => "#eed5d2",
434
- "misty_rose3" => "#cdb7b5",
435
- "misty_rose4" => "#8b7d7b",
436
- "moccasin" => "#ffe4b5",
437
- "navajo_white" => "#ffdead",
438
- "navajo_white2" => "#eecfa1",
439
- "navajo_white3" => "#cdb38b",
440
- "navajo_white4" => "#8b795e",
441
- "navy_blue" => "#000080",
442
- "old_lace" => "#fdf5e6",
443
- "olive_drab" => "#6b8e23",
444
- "olive_drab2" => "#c0ff3e",
445
- "olive_drab3" => "#b3ee3a",
446
- "olive_drab4" => "#698b22",
447
- "orange" => "#ffa500",
448
- "orange2" => "#ee9a00",
449
- "orange3" => "#cd8500",
450
- "orange4" => "#8b5a00",
451
- "orange_red" => "#ff4500",
452
- "orange_red2" => "#ee4000",
453
- "orange_red3" => "#cd3700",
454
- "orange_red4" => "#8b2500",
455
- "orchid" => "#da70d6",
456
- "orchid2" => "#ff83fa",
457
- "orchid3" => "#ee7ae9",
458
- "orchid4" => "#cd69c9",
459
- "orchid5" => "#8b4789",
460
- "pale" => "#db7093",
461
- "pale_goldenrod" => "#eee8aa",
462
- "pale_green" => "#98fb98",
463
- "pale_green2" => "#9aff9a",
464
- "pale_green3" => "#90ee90",
465
- "pale_green4" => "#7ccd7c",
466
- "pale_green5" => "#548b54",
467
- "pale_turquoise" => "#afeeee",
468
- "pale_turquoise2" => "#bbffff",
469
- "pale_turquoise3" => "#aeeeee",
470
- "pale_turquoise4" => "#96cdcd",
471
- "pale_turquoise5" => "#668b8b",
472
- "pale_violetRed" => "#db7093",
473
- "pale_violetRed2" => "#ff82ab",
474
- "pale_violetRed3" => "#ee799f",
475
- "pale_violetRed4" => "#cd6889",
476
- "pale_violetRed5" => "#8b475d",
477
- "papaya_whip" => "#ffefd5",
478
- "peach_puff" => "#ffdab9",
479
- "peach_puff2" => "#eecbad",
480
- "peach_puff3" => "#cdaf95",
481
- "peach_puff4" => "#8b7765",
482
- "pink" => "#ffc0cb",
483
- "pink2" => "#ffb5c5",
484
- "pink3" => "#eea9b8",
485
- "pink4" => "#cd919e",
486
- "pink5" => "#8b636c",
487
- "plum" => "#dda0dd",
488
- "plum2" => "#ffbbff",
489
- "plum3" => "#eeaeee",
490
- "plum4" => "#cd96cd",
491
- "plum5" => "#8b668b",
492
- "powder_blue" => "#b0e0e6",
493
- "purple" => "#a020f0",
494
- "purple2" => "#9b30ff",
495
- "purple3" => "#912cee",
496
- "purple4" => "#7d26cd",
497
- "purple5" => "#551a8b",
498
- "red" => "#ff0000",
499
- "red2" => "#ee0000",
500
- "red3" => "#cd0000",
501
- "red4" => "#8b0000",
502
- "rosy_brown" => "#bc8f8f",
503
- "rosy_brown2" => "#ffc1c1",
504
- "rosy_brown3" => "#eeb4b4",
505
- "rosy_brown4" => "#cd9b9b",
506
- "rosy_brown5" => "#8b6969",
507
- "royal_blue" => "#4169e1",
508
- "royal_blue2" => "#4876ff",
509
- "royal_blue3" => "#436eee",
510
- "royal_blue4" => "#3a5fcd",
511
- "royal_blue5" => "#27408b",
512
- "saddle_brown" => "#8b4513",
513
- "salmon" => "#fa8072",
514
- "salmon2" => "#ff8c69",
515
- "salmon3" => "#ee8262",
516
- "salmon4" => "#cd7054",
517
- "salmon5" => "#8b4c39",
518
- "sandy_brown" => "#f4a460",
519
- "sea_green" => "#54ff9f",
520
- "sea_green2" => "#4eee94",
521
- "sea_green3" => "#43cd80",
522
- "sea_green4" => "#2e8b57",
523
- "seashell" => "#fff5ee",
524
- "seashell2" => "#eee5de",
525
- "seashell3" => "#cdc5bf",
526
- "seashell4" => "#8b8682",
527
- "sienna" => "#a0522d",
528
- "sienna2" => "#ff8247",
529
- "sienna3" => "#ee7942",
530
- "sienna4" => "#cd6839",
531
- "sienna5" => "#8b4726",
532
- "sky_blue" => "#87ceeb",
533
- "sky_blue2" => "#87ceff",
534
- "sky_blue3" => "#7ec0ee",
535
- "sky_blue4" => "#6ca6cd",
536
- "sky_blue5" => "#4a708b",
537
- "slate_blue" => "#6a5acd",
538
- "slate_blue2" => "#836fff",
539
- "slate_blue3" => "#7a67ee",
540
- "slate_blue4" => "#6959cd",
541
- "slate_blue5" => "#473c8b",
542
- "slate_gray" => "#708090",
543
- "slate_gray2" => "#c6e2ff",
544
- "slate_gray4" => "#b9d3ee",
545
- "slate_gray5" => "#9fb6cd",
546
- "slate_gray6" => "#6c7b8b",
547
- "snow" => "#fffafa",
548
- "snow2" => "#eee9e9",
549
- "snow3" => "#cdc9c9",
550
- "snow4" => "#8b8989",
551
- "spring_green" => "#00ff7f",
552
- "spring_green2" => "#00ee76",
553
- "spring_green3" => "#00cd66",
554
- "spring_green4" => "#008b45",
555
- "steel_blue" => "#4682b4",
556
- "steel_blue2" => "#63b8ff",
557
- "steel_blue3" => "#5cacee",
558
- "steel_blue4" => "#4f94cd",
559
- "steel_blue5" => "#36648b",
560
- "tan" => "#d2b48c",
561
- "tan2" => "#ffa54f",
562
- "tan3" => "#ee9a49",
563
- "tan4" => "#cd853f",
564
- "tan5" => "#8b5a2b",
565
- "thistle" => "#d8bfd8",
566
- "thistle2" => "#ffe1ff",
567
- "thistle3" => "#eed2ee",
568
- "thistle4" => "#cdb5cd",
569
- "thistle5" => "#8b7b8b",
570
- "tomato" => "#ff6347",
571
- "tomato2" => "#ee5c42",
572
- "tomato3" => "#cd4f39",
573
- "tomato4" => "#8b3626",
574
- "turquoise" => "#40e0d0",
575
- "turquoise2" => "#00f5ff",
576
- "turquoise3" => "#00e5ee",
577
- "turquoise4" => "#00c5cd",
578
- "turquoise5" => "#00868b",
579
- "violet" => "#ee82ee",
580
- "violet_red" => "#d02090",
581
- "violet_red2" => "#ff3e96",
582
- "violet_red3" => "#ee3a8c",
583
- "violet_red4" => "#cd3278",
584
- "violet_red5" => "#8b2252",
585
- "wheat" => "#f5deb3",
586
- "wheat2" => "#ffe7ba",
587
- "wheat3" => "#eed8ae",
588
- "wheat4" => "#cdba96",
589
- "wheat5" => "#8b7e66",
590
- "white" => "#ffffff",
591
- "white_smoke" => "#f5f5f5",
592
- "yellow" => "#ffff00",
593
- "yellow2" => "#eeee00",
594
- "yellow3" => "#cdcd00",
595
- "yellow4" => "#8b8b00",
596
- "yellow_green" => "#9acd32"}
91
+ private_class_method :invalid
597
92
  end
data/test/test_helper.rb CHANGED
@@ -1,8 +1,5 @@
1
1
  $:.unshift('.')
2
2
 
3
- require "codeclimate-test-reporter"
4
- CodeClimate::TestReporter.start
5
-
6
3
  require 'minitest/autorun'
7
4
  require 'minitest/pride'
8
5
  require File.expand_path("../../lib/tiedye.rb", __FILE__)
data/tiedye.gemspec CHANGED
@@ -23,5 +23,4 @@ Gem::Specification.new do |spec|
23
23
  spec.add_development_dependency "bundler", ">= 2.2.33"
24
24
  spec.add_development_dependency "rake"
25
25
  spec.add_development_dependency "minitest", "~> 4.7.3"
26
- spec.add_development_dependency "codeclimate-test-reporter"
27
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tiedye
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Maddux
@@ -66,20 +66,6 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: 4.7.3
69
- - !ruby/object:Gem::Dependency
70
- name: codeclimate-test-reporter
71
- requirement: !ruby/object:Gem::Requirement
72
- requirements:
73
- - - ">="
74
- - !ruby/object:Gem::Version
75
- version: '0'
76
- type: :development
77
- prerelease: false
78
- version_requirements: !ruby/object:Gem::Requirement
79
- requirements:
80
- - - ">="
81
- - !ruby/object:Gem::Version
82
- version: '0'
83
69
  description: Change colors from hex to rgb or named value
84
70
  email:
85
71
  - jemaddux@gmail.com
@@ -93,6 +79,8 @@ files:
93
79
  - LICENSE.txt
94
80
  - README.md
95
81
  - Rakefile
82
+ - lib/colors.rb
83
+ - lib/hex_digit.rb
96
84
  - lib/tiedye.rb
97
85
  - lib/tiedye/version.rb
98
86
  - test/lib/tiedye/version_test.rb