source: trunk/third/xscreensaver/hacks/interference.man @ 20148

Revision 20148, 2.3 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20147, which included commits to RCS files with non-trunk default branches.
Line 
1.TH XScreenSaver 1 "" "X Version 11"
2.SH NAME
3interference - decaying sinusoidal waves
4.SH SYNOPSIS
5.B interference
6[\-display \fIhost:display.screen\fP]
7[\-visual \fIvisual\fP]
8[\-window]
9[\-root]
10[\-count \fInumber\fP]
11[\-gridsize \fInumber\fP]
12[\-delay \fInumber\fP]
13[\-speed \fInumber\fP]
14[\-radius \fInumber\fP]
15[\-ncolors \fInumber\fP]
16[\-color-shift \fInumber\fP]
17[\-hue \fInumber\fP]
18[\-no-db]
19.SH DESCRIPTION
20Another color-field hack, this one works by computing decaying sinusoidal
21waves, and allowing them to interfere with each other as their origins
22move.
23.SH OPTIONS
24.TP 8
25.B \-visual \fIvisual\fP
26Specify which visual to use.  Legal values are the name of a visual class,
27or the id number (decimal or hex) of a specific visual.
28.TP 8
29.B \-window
30Draw on a newly-created window.  This is the default.
31.TP 8
32.B \-root
33Draw on the root window.
34.TP 8
35.B \-count \fInumber\fP
36Number of Waves.  0 - 20.  Default: 3.
37.TP 8
38.B \-gridsize \fInumber\fP
39Magnification.  1 - 20.  Default: 4.
40.TP 8
41.B \-delay \fInumber\fP
42Per-frame delay, in microseconds.  Default: 30000 (0.03 seconds.).
43.TP 8
44.B \-speed \fInumber\fP
45Wave Speed.  1 - 100.  Default: 30.
46.TP 8
47.B \-radius \fInumber\fP
48Wave Size.  50 - 1500.  Default: 800.
49.TP 8
50.B \-ncolors \fInumber\fP
51Number of Colors.  Default: 128.
52.TP 8
53.B \-color-shift \fInumber\fP
54Color Contrast.  0 - 100.  Default: 60.
55.TP 8
56.B \-hue \fInumber\fP
57Hue of the base color (0-360, as in HSV space.)  Default 0, meaning random.
58.TP 8
59.B \-db | \-no-db
60Whether to double buffer.
61.SH ENVIRONMENT
62.PP
63.TP 8
64.B DISPLAY
65to get the default host and display number.
66.TP 8
67.B XENVIRONMENT
68to get the name of a resource file that overrides the global resources
69stored in the RESOURCE_MANAGER property.
70.SH SEE ALSO
71.BR X (1),
72.BR xscreensaver (1)
73.SH COPYRIGHT
74Copyright \(co 2002 by Hannu Mallat.  Permission to use, copy, modify,
75distribute, and sell this software and its documentation for any purpose is
76hereby granted without fee, provided that the above copyright notice appear
77in all copies and that both that copyright notice and this permission notice
78appear in supporting documentation.  No representations are made about the
79suitability of this software for any purpose.  It is provided "as is" without
80express or implied warranty.
81.SH AUTHOR
82Hannu Mallat.
Note: See TracBrowser for help on using the repository browser.