source: trunk/third/xscreensaver/hacks/kaleidescope.man @ 12203

Revision 12203, 2.9 KB checked in by ghudson, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12202, which included commits to RCS files with non-trunk default branches.
Line 
1.de EX          \"Begin example
2.ne 5
3.if n .sp 1
4.if t .sp .5
5.nf
6.in +.5i
7..
8.de EE
9.fi
10.in -.5i
11.if n .sp 1
12.if t .sp .5
13..
14.TH Kaleidescpe 1 "14-Dec-95" "X Version 11"
15.SH NAME
16Kaleidescope - rotating line segments
17.SH SYNOPSIS
18.B kaleidescope
19[\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-install] [\-visual \fIvisual\fP] [\-color_mode \fImono | nice | greedy\fP] [-nsegments \fIint\fP] [\-ntrails \fIint\fP] [\-local_rotation \fIint\fP] [\-global_rotation \fIint\fP] [\-delay \fIusecs\fP] [\-redmin \fIint\fP] [\-greenmin \fIint\fP] [\-bluemin \fIint\fP] [\-redrange \fIint\fP] [\-greenrange \fIint\fP] [\-bluerange \fIint\fP]
20.SH DESCRIPTION
21The \fIkaleidescope\fP program draws line segments in a symmetric pattern
22that evolves over time.
23.SH OPTIONS
24.I kaleidescope
25accepts the following options:
26.TP 8
27.B \-root
28Draw on the root window.
29.TP 8
30.B \-color_mode "mono | nice | greedy"
31Specify how kaleidescope uses colors. Mono uses
32just the default foreground and background colors. Nice uses one
33color for each segment (specified by nsegments). Greedy uses (ntrails * nsegments) + 1  colors.
34.TP 8
35.B \-install
36Install a private colormap for the window.
37.TP 8
38.B \-visual \fIvisual\fP
39Specify which visual to use.  Legal values are the name of a visual class,
40or the id number (decimal or hex) of a specific visual.
41.TP 8
42.B \-nsegments integer
43The number of segments to draw. Default is 7.
44.TP 8
45.B \-ntrails integer
46The number of trails to draw. Default is 100.
47.TP 8
48.B \-local_rotation integer
49The rate at which segments rotate around their center. Default is -59.
50.TP 8
51.B \-global_rotation integer
52The rate at which segments rotate around the center of the window.
53Default is 1.
54.TP 8
55.B \-redmin, \-greenmin, \-bluemin, \-redrange, \-greenrange, \-bluerange
56All take an integer argument. When colors are randomly chosen, they
57are chosen from the interval min to min plus range. The minimums default
58to 30000. The ranges default to 20000.
59.TP 8
60.B \-delay microseconds
61How much of a delay should be introduced between steps of the animation.
62Default is 20000, or about 5 frames a second.
63.SH ENVIRONMENT
64.PP
65.TP 8
66.B DISPLAY
67to get the default host and display number.
68.TP 8
69.B XENVIRONMENT
70to get the name of a resource file that overrides the global resources
71stored in the RESOURCE_MANAGER property.
72.SH SEE ALSO
73.BR X (1),
74.BR kaleidescope (1)
75.SH COPYRIGHT
76Copyright \(co 1997 by Ron Tapia.  Permission to use, copy, modify,
77distribute, and sell this software and its documentation for any purpose is
78hereby granted without fee, provided that the above copyright notice appear
79in all copies and that both that copyright notice and this permission notice
80appear in supporting documentation.  No representations are made about the
81suitability of this software for any purpose.  It is provided "as is" without
82express or implied warranty.
83.SH AUTHOR
84Ron Tapia <tapia@nmia.com>, 20-Mar-97.
85
Note: See TracBrowser for help on using the repository browser.