source: trunk/third/xscreensaver/hacks/lmorph.man @ 15683

Revision 15683, 1.9 KB checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15682, which included commits to RCS files with non-trunk default branches.
Line 
1.TH LMORPH 1 "xscreensaver hack"
2.SH NAME
3lmorph \- morphing lines
4.SH SYNOPSIS
5.B lmorph
6[\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-points \fIint\fP] [\-steps \fIint\fP] [\-delay \fIusecs\fP] [\-figtype \fItype\fP]
7.SH DESCRIPTION
8The \fIlmorph\fP program shows smooth and non-linear morphing between
91D curves.
10.SH OPTIONS
11.I lmorph
12accepts the following options:
13.TP 8
14.B \-window
15Draw on a newly-created window. This is the default.
16.TP 8
17.B \-root
18Draw on the root window.
19.TP 8
20.B \-mono
21If on a color display, pretend we're on a monochrome display.
22.TP 8
23.B \-install
24Install a private colormap for the window.
25.TP 8
26.B \-visual \fIvisual\fP
27Specify which visual to use. Legal values are the name of a visual class,
28or the id number (decimal or hex) of a specific visual.
29.TP 8
30.B \-points \fIinteger\fP
31Number of points in each line drawing. Default is 200 points.
32.TP 8
33.B \-steps \fIinteger\fP
34Interpolation steps from one drawing to the next. Default is 150. You
35may specify 0, to get a random number between 100 and 500.
36.TP 8
37.B \-delay \fImicroseconds\fP
38How much of a delay should be introduced between steps of the animation.
39Default 70000.
40.TP 8
41.B \-figtype \fItype\fP
42Limit the figures to only open or closed figures. Possible types are
43"all" (default), "open" and "closed".
44.TP 8
45.B \-linewidth \fIinteger\fP
46Width of lines. Default is 5 pixels.
47.SH ENVIRONMENT
48.PP
49.TP 8
50.B DISPLAY
51to get the default host and display number.
52.TP 8
53.B XENVIRONMENT
54to get the name of a resource file that overrides the global resources
55stored in the RESOURCE_MANAGER property.
56.SH SEE ALSO
57.BR X (1),
58.BR xscreensaver (1)
59.SH AUTHOR
60Sverre H. Huseby <sverrehu@online.no> and Glenn T. Lines <glennli@ifi.uio.no>,
61built on top of the screen saver routines by Jamie Zawinski <jwz@jwz.org>.
Note: See TracBrowser for help on using the repository browser.