source: trunk/third/xscreensaver/hacks/halftone.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 "9-oct-2002" "X Version 11"
2.SH NAME
3halftone - simple halftone pattern of moving mass points
4.SH SYNOPSIS
5.B halftone
6[\-display \fIhost:display.screen\fP]
7[\-visual \fIvisual\fP]
8[\-window]
9[\-root]
10[\-count \fInumber\fP]
11[\-spacing \fInumber\fP]
12[\-sizefactor \fInumber\fP]
13[\-delay \fInumber\fP]
14[\-minmass \fInumber\fP]
15[\-maxmass \fInumber\fP]
16[\-minspeed \fInumber\fP]
17[\-maxspeed \fInumber\fP]
18.SH DESCRIPTION
19Draws the gravity force in each point on the screen seen through a
20halftone dot pattern. The gravity force is calculated from a set of
21moving mass points. View it from a distance for best effect.
22.SH OPTIONS
23.TP 8
24.B \-visual \fIvisual\fP
25Specify which visual to use.  Legal values are the name of a visual class,
26or the id number (decimal or hex) of a specific visual.
27.TP 8
28.B \-window
29Draw on a newly-created window.  This is the default.
30.TP 8
31.B \-root
32Draw on the root window.
33.TP 8
34.B \-count \fInumber\fP
35How many mass points to move around. Default: 10
36.TP 8
37.B \-spacing \fInumber\fP
38Distance between each halftone dot. Default: 14
39.TP 8
40.B \-sizefactor \fInumber\fP
41How big each halftone dot should be drawn compared to the spacing value. Default: 1.5
42.TP 8
43.B \-minmass \fInumber\fP
44The minimum mass of each mass point. Default: 0.001
45.TP 8
46.B \-maxmass \fInumber\fP
47The maximum mass of each mass point. Default: 0.02
48.TP 8
49.B \-minspeed \fInumber\fP
50The minimum speed of each mass point. Default: 0.001
51.TP 8
52.B \-maxspeed \fInumber\fP
53The maximum speed of each mass point. Default: 0.02
54.B \-delay \fInumber\fP
55Per-frame delay, in microseconds.  Default: 10000
56.SH ENVIRONMENT
57.PP
58.TP 8
59.B DISPLAY
60to get the default host and display number.
61.TP 8
62.B XENVIRONMENT
63to get the name of a resource file that overrides the global resources
64stored in the RESOURCE_MANAGER property.
65.SH SEE ALSO
66.BR X (1),
67.BR xscreensaver (1)
68.SH COPYRIGHT
69Copyright \(co 2002 by Peter Jaric. Permission to use, copy, modify,
70distribute, and sell this software and its documentation for any
71purpose is hereby granted without fee, provided that the above
72copyright notice appear in all copies and that both that copyright
73notice and this permission notice appear in supporting documentation.
74No representations are made about the suitability of this software for
75any purpose.  It is provided "as is" without express or implied
76warranty.
77.SH AUTHOR
78Peter Jaric
79
Note: See TracBrowser for help on using the repository browser.