Short: Set front screen colours by hex or name Author: Chris F.A. Johnson Uploader: bq933 torfree net (Chris Johnson) Type: util/cli Requires: Should work on any Amiga Architecture: m68k-amigaos setrgb - Set colours of front screen USAGE: setrgb [options] nnrrggbb | nn-colour nn - 2-digit hexadecimal number of colour register (00 - FF) rr gg bb - 2-digit hexadecimal numbers for red green and blue -colour - name of colour from a file (default: s:rgb.txt OPTIONS: --version - print version number and exit. --help, -h, -? print this nformation and exit -f filename - use filename for colour data instead of s:rgb.txt -v[v] verbose [more verbose] setrgb version 1.0, Chris Johnson, 1999 EXAMPLES: setrgb 00FFFFFF 01000000 ; sets background to white and text to black setrgb 00-white 01-black ; same thing