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

Revision 15683, 2.7 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 XScreenSaver 1 "11-Jun-97" "X Version 11"
2.SH NAME
3goop - squishy transparent oil and bubble screenhack
4.SH SYNOPSIS
5.B goop
6[\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-transparent] [\-non\-transparent] [\-additive] [\-subtractive] [\-xor] [\-no\-xor]
7.SH DESCRIPTION
8The \fIgoop\fP program draws a simulation of bubbles in layers of
9overlapping multicolored translucent fluid.
10.SH OPTIONS
11.I goop
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 \-count \fIinteger\fP
31How many bubbles to draw per layer.  Default: random.
32.TP 8
33.B \-layers \fIinteger\fP
34How many layers to draw.  Default: random, based on screen depth.
35.TP 8
36.B \-delay \fImicroseconds\fP
37How much of a delay should be introduced between steps of the animation.
38Default 100000, or about 1/10th second.
39.TP 8
40.B \-transparent
41If \fI\-layers\fP is greater than 1, then each layer will be drawn in one
42color, and when they overlap, the colors will be mixed. This is the default.
43.TP 8
44.B \-non\-transparent
45Turns off \fI\-transparent\fP.
46.TP 8
47.B \-additive
48If \fI\-transparent\fP is specified, then this option means that the colors
49will be mixed using an additive color model, as if the blobs were projected
50light.  This is the default.
51.TP 8
52.B \-subtractive
53If \fI\-transparent\fP is specified, then this option means that the
54colors will be mixed using a subtractive color model, as if the blobs were
55translucent filters.
56.TP 8
57.B \-xor
58Draw with xor instead of the other color tricks.
59.SH ENVIRONMENT
60.PP
61.TP 8
62.B DISPLAY
63to get the default host and display number.
64.TP 8
65.B XENVIRONMENT
66to get the name of a resource file that overrides the global resources
67stored in the RESOURCE_MANAGER property.
68.SH SEE ALSO
69.BR X (1),
70.BR xscreensaver (1)
71.SH COPYRIGHT
72Copyright \(co 1997 by Jamie Zawinski.  Permission to use, copy, modify,
73distribute, and sell this software and its documentation for any purpose is
74hereby granted without fee, provided that the above copyright notice appear
75in all copies and that both that copyright notice and this permission notice
76appear in supporting documentation.  No representations are made about the
77suitability of this software for any purpose.  It is provided "as is" without
78express or implied warranty.
79.SH AUTHOR
80Jamie Zawinski <jwz@jwz.org>, 11-Jun-97.
Note: See TracBrowser for help on using the repository browser.