Penguin
Annotated edit history of lmorph(1) version 4, including all changes. View license author blame.
Rev Author # Line
1 perry 1 LMORPH
2 !!!LMORPH
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 ENVIRONMENT
8 SEE ALSO
9 AUTHOR
10 ----
11 !!NAME
12
13
14 lmorph - morphing lines
15 !!SYNOPSIS
16
17
18 __lmorph__ [[-display ''host:display.screen'']
19 [[-foreground ''color''] [[-background ''color'']
20 [[-window] [[-root] [[-mono] [[-install] [[-visual ''visual'']
21 [[-points ''int''] [[-steps ''int''] [[-delay
22 ''usecs''] [[-figtype ''type'']
23 !!DESCRIPTION
24
25
26 The ''lmorph'' program shows smooth and non-linear
27 morphing between 1D curves.
28 !!OPTIONS
29
30
31 ''lmorph'' accepts the following options:
32
33
34 __-window__
35
36
37 Draw on a newly-created window. This is the
38 default.
39
40
41 __-root__
42
43
44 Draw on the root window.
45
46
47 __-mono__
48
49
50 If on a color display, pretend we're on a monochrome
51 display.
52
53
54 __-install__
55
56
57 Install a private colormap for the window.
58
59
60 __-visual__ ''visual''
61
62
63 Specify which visual to use. Legal values are the name of a
64 visual class, or the id number (decimal or hex) of a
65 specific visual.
66
67
68 __-points__ ''integer''
69
70
71 Number of points in each line drawing. Default is 200
72 points.
73
74
75 __-steps__ ''integer''
76
77
78 Interpolation steps from one drawing to the next. Default is
79 150. You may specify 0, to get a random number between 100
80 and 500.
81
82
83 __-delay__ ''microseconds''
84
85
86 How much of a delay should be introduced between steps of
87 the animation. Default 70000.
88
89
90 __-figtype__ ''type''
91
92
93 Limit the figures to only open or closed figures. Possible
94 types are
95
96
97 __-linewidth__ ''integer''
98
99
100 Width of lines. Default is 5 pixels.
101 !!ENVIRONMENT
102
103
104 __DISPLAY__
105
106
107 to get the default host and display number.
108
109
110 __XENVIRONMENT__
111
112
113 to get the name of a resource file that overrides the global
114 resources stored in the RESOURCE_MANAGER
115 property.
116 !!SEE ALSO
117
118
4 perry 119 X(1), xscreensaver(1)
1 perry 120 !!AUTHOR
121
122
123 Sverre H. Huseby
124 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.