tiler.icn: Procedures to tile window with image

procedure tileimg:         tile image
procedure tileims:         tile image string

link tiler
December 18, 1997; Ralph E. Griswold
Requires: Version 9 graphics
This file is in the public domain.

tileimg(win, image) tiles win with copies of image.

tileims(win, ims) tiles win with copies of the image specified by ims

Note that tileimg() uses the gamma value of win.

Source code | Program Library Page | Icon Home Page