// This file is automatically generated. Do not edit. static char const* psp_before = "%!PS-Adobe-2.0 EPSF-2.0\n" "%%Creator: MagicCube4D\n" "%%Title: \n" "%%CreationDate: $Date: 2002/02/01 09:31:26 $\n" "%%Orientation: Portrait\n" "%%BoundingBox: 0 0 432 432\n" "%%Pages: 0\n" "%%EndComments\n" "%\n" "% Created from\n" "%\n" "% $Id: prolog.ps,v 1.3 2002/02/01 09:31:26 ejb Exp $\n" "% $Source: /home/ejb/source/magiccube4d/CVSroot/src/prolog.ps,v $\n" "% $Author: ejb $\n" "%\n" "\n" "%%BeginProlog\n" "\n" "% -------------\n" "\n" "% Users may edit color definitions here. All colors are RGB values\n" "% between 0 and 1.\n" "\n" "/colors\n" "[\n" " [ 0 .5 1 ]\n" " [ .5 0 1 ]\n" " [ 1 .666 .333 ]\n" " [ 1 .2 .2 ]\n" " [ 1 .666 .866 ]\n" " [ .5 1 1 ]\n" " [ 1 1 .5 ]\n" " [ 0 1 .5 ]\n" "] def\n" "\n" "/bgcolor { .02 .123 .041 setrgbcolor } def\n" "\n" "% -------------\n" "\n" "/ed { exch def } bind def\n" "\n" "/width 432 def\n" "/height width def\n" "\n" "/hm { height exch sub } bind def\n" "\n" "/outlines true def\n" "\n" "\n" "/drawBackground\n" "{\n" " newpath\n" " 0 0 moveto\n" " width 0 rlineto\n" " 0 height rlineto\n" " width neg 0 rlineto\n" " 0 height neg rlineto\n" " closepath\n" " bgcolor\n" " fill\n" "} def\n" "\n" "/drawPolygon\n" "{\n" " 10 dict begin\n" " hm /y4 ed\n" " /x4 ed\n" " hm /y3 ed\n" " /x3 ed\n" " hm /y2 ed\n" " /x2 ed\n" " hm /y1 ed\n" " /x1 ed\n" " /brightness ed\n" " /color ed\n" " newpath\n" " 1 setlinejoin\n" " 1 setlinecap\n" " x1 y1 moveto\n" " x2 y2 lineto\n" " x3 y3 lineto\n" " x4 y4 lineto\n" " x1 y1 lineto\n" " closepath\n" " outlines\n" " {\n" " gsave\n" " } if\n" " colors color get aload pop\n" " 3 { brightness mul 3 1 roll } repeat\n" " setrgbcolor\n" " fill\n" " outlines\n" " {\n" " grestore\n" " 0 setlinewidth\n" " 0 setgray stroke\n" " } if\n" " end\n" "} def\n" "\n" "%%EndProlog\n" "\n" "%%Page: 1 1\n" "\n" ; static char const* psp_after = "\n" "%%Trailer\n" "\n" "%%EOF\n" ;