Advertisement
Guest User

Untitled

a guest
Sep 13th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 3.50 KB | None | 0 0
  1. static def colors = [
  2.         aliceblue: 0xF0F8FF,
  3.         antiquewhite: 0xFAEBD7,
  4.         aqua: 0x00FFFF,
  5.         aquamarine: 0x7FFFD4,
  6.         azure: 0xF0FFFF,
  7.         beige: 0xF5F5DC,
  8.         bisque: 0xFFE4C4,
  9.         black: 0x000000,
  10.         blanchedalmond: 0xFFEBCD,
  11.         blue: 0x0000FF,
  12.         blueviolet: 0x8A2BE2,
  13.         brown: 0xA52A2A,
  14.         burlywood: 0xDEB887,
  15.         cadetblue: 0x5F9EA0,
  16.         chartreuse: 0x7FFF00,
  17.         chocolate: 0xD2691E,
  18.         coral: 0xFF7F50,
  19.         cornflowerblue: 0x6495ED,
  20.         cornsilk: 0xFFF8DC,
  21.         crimson: 0xDC143C,
  22.         cyan: 0x00FFFF,
  23.         darkblue: 0x00008B,
  24.         darkcyan: 0x008B8B,
  25.         darkgoldenrod: 0xB8860B,
  26.         darkgray: 0xA9A9A9,
  27.         darkgrey: 0xA9A9A9,
  28.         darkgreen: 0x006400,
  29.         darkkhaki: 0xBDB76B,
  30.         darkmagenta: 0x8B008B,
  31.         darkolivegreen: 0x556B2F,
  32.         darkorange: 0xFF8C00,
  33.         darkorchid: 0x9932CC,
  34.         darkred: 0x8B0000,
  35.         darksalmon: 0xE9967A,
  36.         darkseagreen: 0x8FBC8F,
  37.         darkslateblue: 0x483D8B,
  38.         darkslategray: 0x2F4F4F,
  39.         darkslategrey: 0x2F4F4F,
  40.         darkturquoise: 0x00CED1,
  41.         darkviolet: 0x9400D3,
  42.         deeppink: 0xFF1493,
  43.         deepskyblue: 0x00BFFF,
  44.         dimgray: 0x696969,
  45.         dimgrey: 0x696969,
  46.         dodgerblue: 0x1E90FF,
  47.         firebrick: 0xB22222,
  48.         floralwhite: 0xFFFAF0,
  49.         forestgreen: 0x228B22,
  50.         fuchsia: 0xFF00FF,
  51.         gainsboro: 0xDCDCDC,
  52.         ghostwhite: 0xF8F8FF,
  53.         gold: 0xFFD700,
  54.         goldenrod: 0xDAA520,
  55.         gray: 0x808080,
  56.         grey: 0x808080,
  57.         green: 0x008000,
  58.         greenyellow: 0xADFF2F,
  59.         honeydew: 0xF0FFF0,
  60.         hotpink: 0xFF69B4,
  61.         ivory: 0xFFFFF0,
  62.         khaki: 0xF0E68C,
  63.         lavender: 0xE6E6FA,
  64.         lavenderblush: 0xFFF0F5,
  65.         lawngreen: 0x7CFC00,
  66.         lemonchiffon: 0xFFFACD,
  67.         lightblue: 0xADD8E6,
  68.         lightcoral: 0xF08080,
  69.         lightcyan: 0xE0FFFF,
  70.         lightgoldenrodyellow: 0xFAFAD2,
  71.         lightgray: 0xD3D3D3,
  72.         lightgrey: 0xD3D3D3,
  73.         lightgreen: 0x90EE90,
  74.         lightpink: 0xFFB6C1,
  75.         lightsalmon: 0xFFA07A,
  76.         lightseagreen: 0x20B2AA,
  77.         lightskyblue: 0x87CEFA,
  78.         lightslategray: 0x778899,
  79.         lightslategrey: 0x778899,
  80.         lightsteelblue: 0xB0C4DE,
  81.         lightyellow: 0xFFFFE0,
  82.         lime: 0x00FF00,
  83.         limegreen: 0x32CD32,
  84.         linen: 0xFAF0E6,
  85.         magenta: 0xFF00FF,
  86.         maroon: 0x800000,
  87.         mediumaquamarine: 0x66CDAA,
  88.         mediumblue: 0x0000CD,
  89.         mediumorchid: 0xBA55D3,
  90.         mediumpurple: 0x9370DB,
  91.         mediumseagreen: 0x3CB371,
  92.         mediumslateblue: 0x7B68EE,
  93.         mediumspringgreen: 0x00FA9A,
  94.         mediumturquoise: 0x48D1CC,
  95.         mediumvioletred: 0xC71585,
  96.         midnightblue: 0x191970,
  97.         mintcream: 0xF5FFFA,
  98.         mistyrose: 0xFFE4E1,
  99.         moccasin: 0xFFE4B5,
  100.         navajowhite: 0xFFDEAD,
  101.         navy: 0x000080,
  102.         oldlace: 0xFDF5E6,
  103.         olive: 0x808000,
  104.         olivedrab: 0x6B8E23,
  105.         orange: 0xFFA500,
  106.         orangered: 0xFF4500,
  107.         orchid: 0xDA70D6,
  108.         palegoldenrod: 0xEEE8AA,
  109.         palegreen: 0x98FB98,
  110.         paleturquoise: 0xAFEEEE,
  111.         palevioletred: 0xDB7093,
  112.         papayawhip: 0xFFEFD5,
  113.         peachpuff: 0xFFDAB9,
  114.         peru: 0xCD853F,
  115.         pink: 0xFFC0CB,
  116.         plum: 0xDDA0DD,
  117.         powderblue: 0xB0E0E6,
  118.         purple: 0x800080,
  119.         rebeccapurple: 0x663399,
  120.         red: 0xFF0000,
  121.         rosybrown: 0xBC8F8F,
  122.         royalblue: 0x4169E1,
  123.         saddlebrown: 0x8B4513,
  124.         salmon: 0xFA8072,
  125.         sandybrown: 0xF4A460,
  126.         seagreen: 0x2E8B57,
  127.         seashell: 0xFFF5EE,
  128.         sienna: 0xA0522D,
  129.         silver: 0xC0C0C0,
  130.         skyblue: 0x87CEEB,
  131.         slateblue: 0x6A5ACD,
  132.         slategray: 0x708090,
  133.         slategrey: 0x708090,
  134.         snow: 0xFFFAFA,
  135.         springgreen: 0x00FF7F,
  136.         steelblue: 0x4682B4,
  137.         tan: 0xD2B48C,
  138.         teal: 0x008080,
  139.         thistle: 0xD8BFD8,
  140.         tomato: 0xFF6347,
  141.         turquoise: 0x40E0D0,
  142.         violet: 0xEE82EE,
  143.         wheat: 0xF5DEB3,
  144.         white: 0xFFFFFF,
  145.         whitesmoke: 0xF5F5F5,
  146.         yellow: 0xFFFF00,
  147.         yellowgreen: 0x9ACD32
  148.     ]
  149.  
  150.     void call() {
  151.         glColor4f(red,green,blue,alpha)
  152.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement