X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=fifth.git;a=blobdiff_plain;f=doc%2Fmodules%2Fgfx2.txt;fp=doc%2Fmodules%2Fgfx2.txt;h=0000000000000000000000000000000000000000;hp=24085f70958acd7df382f922b08e50aea7c3f0a5;hb=7ad7475c2abf891a92b457339aaa0c20c40634d1;hpb=791dce846c524feca7b344307597c1d1224ba1de diff --git a/doc/modules/gfx2.txt b/doc/modules/gfx2.txt deleted file mode 100644 index 24085f7..0000000 --- a/doc/modules/gfx2.txt +++ /dev/null @@ -1,20 +0,0 @@ - 2D graphic library - ------------------ - - -lineh ( color len x y imgbuf -- ) draws horisontal line - from X,Y coordinates to right, with specified length. -linev ( color len x y imgbuf -- ) draws vertical line - down, from coordinates X,Y, with specified length. -box ( color x2 x1 y2 y1 imgbuf -- ) draws rectangular - box. x2 bust be >= x1, y2 must be >= y1. - x1,y1-----------+ - | | - | | - +-----------x2,y2 - -flipv ( imgbuf -- ) flip image vertically. -imgcoltrans ( ImgBuf Color ToColor -- ) Translate all pixels in - specified image with "Color" into "ToColor". -imgfill ( color x y imgbuf -- ) Fill image region starting at location - X & Y with specified color.