1lmorph(6x) XScreenSaver manual lmorph(6x)
2
3
4
6 lmorph - morphing lines
7
9 lmorph [-display host:display.screen] [-foreground color] [-background
10 color] [-window] [-root] [-mono] [-install] [-visual visual] [-points
11 int] [-steps int] [-delay usecs] [-figtype type]
12
14 The lmorph program generates random spline-ish line drawings and morphs
15 between them.
16
18 lmorph accepts the following options:
19
20 -window Draw on a newly-created window. This is the default.
21
22 -root Draw on the root window.
23
24 -mono If on a color display, pretend we're on a monochrome display.
25
26 -install
27 Install a private colormap for the window.
28
29 -visual visual
30 Specify which visual to use. Legal values are the name of a
31 visual class, or the id number (decimal or hex) of a specific
32 visual.
33
34 -points integer
35 Number of points in each line drawing. Default is 200 points.
36
37 -steps integer
38 Interpolation steps from one drawing to the next. Default is
39 150. You may specify 0, to get a random number between 100 and
40 500.
41
42 -delay microseconds
43 How much of a delay should be introduced between steps of the
44 animation. Default 70000.
45
46 -figtype type
47 Limit the figures to only open or closed figures. Possible
48 types are "all" (default), "open" and "closed".
49
50 -linewidth integer
51 Width of lines. Default is 5 pixels.
52
54 DISPLAY to get the default host and display number.
55
56 XENVIRONMENT
57 to get the name of a resource file that overrides the global
58 resources stored in the RESOURCE_MANAGER property.
59
61 X(1), xscreensaver(1)
62
64 Sverre H. Huseby <sverrehu@online.no> and Glenn T. Lines
65 <glennli@ifi.uio.no>, built on top of the screen saver routines by
66 Jamie Zawinski <jwz@jwz.org>.
67
68
69
70X Version 11 5.05-3 (06-Apr-2008) lmorph(6x)