Difference between revisions of "Gtk2Hs/Demos/GtkGLext/terrain.xpm"

From HaskellWiki
Jump to navigation Jump to search
(woops, was supposed to be a neat XPM image)
(fix misformatted code)
 
Line 1: Line 1:
<code>
+
<haskell>
 
/* XPM */
 
/* XPM */
 
static char * lambda_xpm[] = {
 
static char * lambda_xpm[] = {
Line 70: Line 70:
 
"................................................................",
 
"................................................................",
 
"................................................................"};
 
"................................................................"};
</code>
+
</haskell>

Latest revision as of 01:25, 20 June 2008

/* XPM */
static char * lambda_xpm[] = {
"64 64 3 1",
" 	c None",
".	c #FFFFFF",
"+	c #1059FF",
"................................................................",
"................................................................",
"................................................................",
"................................................................",
"...................+++++........................................",
"..................++++++++......................................",
".................++++++++++.....................................",
"................+++++++++++.....................................",
"...............+++++++++++++....................................",
"...............+++++++++++++....................................",
"...............+++......+++++...................................",
"..............+++........++++...................................",
"..............++.........++++...................................",
"..............++..........++++..................................",
"..............+............+++..................................",
"..............+............+++..................................",
"..............+............++++.................................",
"............................+++.................................",
"............................+++.................................",
"............................+++.................................",
"............................++++................................",
".............................+++................................",
".............................+++................................",
".............................+++................................",
".............................+++................................",
"............................+++++...............................",
"............................+++++...............................",
"...........................++++++...............................",
"...........................++++++...............................",
"..........................++++++++..............................",
"..........................++++++++..............................",
".........................+++++++++..............................",
".........................+++++++++..............................",
"........................+++++++++++.............................",
"........................+++++++.+++.............................",
".......................+++++++..+++.............................",
".......................+++++++..+++.............................",
"......................+++++++...+++.............................",
"......................+++++++....+++............................",
".....................++++++++....+++............................",
".....................+++++++.....+++............................",
".....................+++++++.....+++............................",
"....................+++++++.......+++...........................",
"....................+++++++.......+++...........................",
"...................+++++++........+++...........................",
"...................+++++++........+++...........................",
"..................+++++++.........++++..........................",
"..................+++++++..........+++..........................",
".................+++++++...........+++............+.............",
".................+++++++...........++++..........++.............",
"................++++++++...........++++..........++.............",
"................+++++++.............++++.........++.............",
"...............++++++++.............+++++.......+++.............",
"...............+++++++..............++++++.....++++.............",
"..............++++++++...............+++++++++++++..............",
"..............+++++++................+++++++++++++..............",
".............++++++++.................+++++++++++...............",
".............+++++++..................+++++++++++...............",
".............+++++++...................+++++++++................",
"............+++++++......................+++++..................",
"................................................................",
"................................................................",
"................................................................",
"................................................................"};