ftp://ftp.sunet.se/pub/vendor/sco/skunkware/osr5/x11/savers/xscreensaver/xscreensaver...
[xscreensaver] / local / man / man.1 / moire.1
1 .TH XScreenSaver 1 "27-Apr-97" "X Version 11"
2 .SH NAME
3 halo - draw circular interference patterns
4 .SH SYNOPSIS
5 .B halo
6 [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-delay \fIseconds\fP] [\-random \fIboolean\fP] [\-ncolors \fIint\fP] [\-offset \fIint\fP] 
7 .SH DESCRIPTION
8 The \fImoire\fP program draws cool circular interference patterns.
9 .SH OPTIONS
10 .I moire
11 accepts the following options:
12 .TP 8
13 .B \-window
14 Draw on a newly-created window.  This is the default.
15 .TP 8
16 .B \-root
17 Draw on the root window.
18 .TP 8
19 .B \-mono 
20 If on a color display, pretend we're on a monochrome display.
21 .TP 8
22 .B \-install
23 Install a private colormap for the window.
24 .TP 8
25 .B \-visual \fIvisual\fP
26 Specify which visual to use.  Legal values are the name of a visual class,
27 or the id number (decimal or hex) of a specific visual.
28 .TP 8
29 .B \-delay \fIseconds\fP
30 How long to wait before starting over.  Default 5 seconds.
31 .TP 8
32 .B \-random \fIboolean\fP
33 Whether to ignore the foreground/background colors, and pick them randomly
34 instead.
35 .TP 8
36 .B \-offset \fIinteger\fP
37 The maximum random radius increment to use.
38 .TP 8
39 .B \-ncolors \fIinteger\fP
40 How many colors should be allocated in the color ramp (note that this
41 value interacts with \fIoffset\fP.)
42 .SH ENVIRONMENT
43 .PP
44 .TP 8
45 .B DISPLAY
46 to get the default host and display number.
47 .TP 8
48 .B XENVIRONMENT
49 to get the name of a resource file that overrides the global resources
50 stored in the RESOURCE_MANAGER property.
51 .SH SEE ALSO
52 .BR X (1),
53 .BR xscreensaver (1)
54 .SH COPYRIGHT
55 Copyright \(co 1997 by Jamie Zawinski.  Permission to use, copy, modify, 
56 distribute, and sell this software and its documentation for any purpose is 
57 hereby granted without fee, provided that the above copyright notice appear 
58 in all copies and that both that copyright notice and this permission notice
59 appear in supporting documentation.  No representations are made about the 
60 suitability of this software for any purpose.  It is provided "as is" without
61 express or implied warranty.
62 .SH AUTHOR
63 Jamie Zawinski <jwz@jwz.org>, 27-Apr-97, based on code by
64 Michael D. Bayne <mdb@go2net.com>.