1 .TH XScreenSaver 1 "27-Apr-97" "X Version 11"
3 moire - draw circular interference patterns
6 [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-delay \fIseconds\fP] [\-random \fIboolean\fP] [\-ncolors \fIint\fP] [\-offset \fIint\fP]
9 The \fImoire\fP program draws cool circular interference patterns.
12 accepts the following options:
15 Draw on a newly-created window. This is the default.
18 Draw on the root window.
21 If on a color display, pretend we're on a monochrome display.
24 Install a private colormap for the window.
26 .B \-visual \fIvisual\fP
27 Specify which visual to use. Legal values are the name of a visual class,
28 or the id number (decimal or hex) of a specific visual.
30 .B \-delay \fIseconds\fP
31 How long to wait before starting over. Default 5 seconds.
33 .B \-random \fIboolean\fP
34 Whether to ignore the foreground/background colors, and pick them randomly
37 .B \-offset \fIinteger\fP
38 The maximum random radius increment to use.
40 .B \-ncolors \fIinteger\fP
41 How many colors should be allocated in the color ramp (note that this
42 value interacts with \fIoffset\fP.)
45 Display the current frame rate and CPU load.
50 to get the default host and display number.
53 to get the name of a resource file that overrides the global resources
54 stored in the RESOURCE_MANAGER property.
59 Copyright \(co 1997 by Jamie Zawinski. Permission to use, copy, modify,
60 distribute, and sell this software and its documentation for any purpose is
61 hereby granted without fee, provided that the above copyright notice appear
62 in all copies and that both that copyright notice and this permission notice
63 appear in supporting documentation. No representations are made about the
64 suitability of this software for any purpose. It is provided "as is" without
65 express or implied warranty.
67 Jamie Zawinski <jwz@jwz.org>, 27-Apr-97, based on code by
68 Michael D. Bayne <mdb@go2net.com>.