Updated documentation.
[fifth.git] / doc / modules / gfx2.txt
diff --git a/doc/modules/gfx2.txt b/doc/modules/gfx2.txt
deleted file mode 100644 (file)
index 24085f7..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-                       2D graphic library\r
-                       ------------------\r
-\r
-\r
-lineh          ( color len x y imgbuf -- ) draws horisontal line\r
-               from X,Y coordinates to right, with specified length.\r
-linev          ( color len x y imgbuf -- ) draws vertical line\r
-               down, from coordinates X,Y, with specified length.\r
-box            ( color x2 x1 y2 y1 imgbuf -- ) draws rectangular\r
-               box. x2 bust be >= x1, y2 must be >= y1.\r
-                       x1,y1-----------+\r
-                         |             |\r
-                         |             |\r
-                         +-----------x2,y2\r
-\r
-flipv          ( imgbuf -- ) flip image vertically.\r
-imgcoltrans    ( ImgBuf Color ToColor -- ) Translate all pixels in\r
-               specified image with "Color" into "ToColor".\r
-imgfill        ( color x y imgbuf -- ) Fill image region starting at location\r
-               X & Y with specified color.\r