This makes a nice coloured gradient on your Xwindows
background...

To run:  setgrad STARTRGB ENDRGB NUM_OF_LINES BITDEPTH

eg.
	setgrad 1030ff ff8020 768 24
	setgrad rand  ff8020 768 15
	setgrad 1030ff rand 768 15

NO_OF_LINES defaults to 768
BITDEPTH defaults to 24

Best results on 24bit screens.
You can use 'rand' instead of a hex rgb value to use
a random color value.
The xsetgrad requires tcl/tk to run.


To Compile: "make"

To Install: "make install"

Author: Raul Sobon (cheekybot@2-hot.com)
