http://nanonyme.dy.fi/mirrors/hvl/distfiles/xscreensaver/xscreensaver-5.03.tar.gz
[xscreensaver] / hacks / cwaves.man
1 .TH XScreenSaver 1 "14-Jun-97" "X Version 11"
2 .SH NAME
3 cwaves - languid sinusoidal colors
4 .SH SYNOPSIS
5 .B cwaves
6 [\-display \fIhost:display.screen\fP]
7 [\-foreground \fIcolor\fP]
8 [\-background \fIcolor\fP]
9 [\-window]
10 [\-root]
11 [\-mono]
12 [\-install]
13 [\-visual \fIvisual\fP]
14 [\-delay \fIusecs\fP]
15 [\-waves \fIint\fP]
16 [\-colors \fIint\fP]
17 .SH DESCRIPTION
18 The \fIcwaves\fP program draws a languidly-scrolling vertical field
19 of sinusoidal colors.
20 .SH OPTIONS
21 .I cwaves
22 accepts the following options:
23 .TP 8
24 .B \-window
25 Draw on a newly-created window.  This is the default.
26 .TP 8
27 .B \-root
28 Draw on the root window.
29 .TP 8
30 .B \-mono 
31 If on a color display, pretend we're on a monochrome display.
32 .TP 8
33 .B \-install
34 Install a private colormap for the window.
35 .TP 8
36 .B \-visual \fIvisual\fP
37 Specify which visual to use.  Legal values are the name of a visual class,
38 or the id number (decimal or hex) of a specific visual.
39 .TP 8
40 .B \-delay \fImicroseconds\fP
41 How much of a delay should be introduced between steps of the animation.
42 Default 20000, or about 1/50th second.
43 .TP 8
44 .B \-waves \fIint\fP
45 How many cosines to add together.  The more waves, the more complex
46 the apparent motion.
47 .TP 8
48 .B \-colors \fIint\fP
49 How many colors to use.  Default 800.  The more colors, the smoother the
50 blending will be.
51 .SH ENVIRONMENT
52 .PP
53 .TP 8
54 .B DISPLAY
55 to get the default host and display number.
56 .TP 8
57 .B XENVIRONMENT
58 to get the name of a resource file that overrides the global resources
59 stored in the RESOURCE_MANAGER property.
60 .SH SEE ALSO
61 .BR X (1),
62 .BR xscreensaver (1)
63 .SH COPYRIGHT
64 Copyright \(co 2007 by Jamie Zawinski.  Permission to use, copy, modify, 
65 distribute, and sell this software and its documentation for any purpose is 
66 hereby granted without fee, provided that the above copyright notice appear 
67 in all copies and that both that copyright notice and this permission notice
68 appear in supporting documentation.  No representations are made about the 
69 suitability of this software for any purpose.  It is provided "as is" without
70 express or implied warranty.
71 .SH AUTHOR
72 Jamie Zawinski <jwz@jwz.org>, 2-Jul-2007.