Lines Matching refs:Color

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