ftp://ftp.linux.ncsu.edu/mirror/ftp.redhat.com/pub/redhat/linux/enterprise/4/en/os...
[xscreensaver] / hacks / fuzzyflakes.man
1 .TH XScreenSaver 1 "12-May-04" "X Version 11"
2 .SH NAME
3 fuzzyflakes - falling snowflakes/flower shapes
4 .SH SYNOPSIS
5 .B fuzzyflakes
6 [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP]
7 [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install]
8 [\-visual \fIvisual\fP] 
9 [\-delay \fIusecs\fP]
10 [\-speed \fIint\fP]
11 [\-arms \fIint\fP]
12 [\-thickness \fIint\fP]
13 [\-bthickness \fIint\fP]
14 [\-radius \fIint\fP]
15 [\-layers \fIint\fP]
16 [\-density \fIint\fP]
17 [\-no-db]
18 (\-color \fIstring\fP)
19 (\-random-colors)
20 .SH DESCRIPTION
21 The
22 .I fuzzyflakes
23 program draws falling pastel colored snowflake/flower shapes.
24 Inspired by the credits of the anime "Azumanga Daioh".
25 .SH OPTIONS
26 .I fuzzyflakes
27 accepts the following options:
28 .TP 8
29 .B \-window
30 Draw on a newly-created window.  This is the default.
31 .TP 8
32 .B \-root
33 Draw on the root window.
34 .TP 8
35 .B \-mono 
36 If on a color display, pretend we're on a monochrome display.
37 .TP 8
38 .B \-install
39 Install a private colormap for the window.
40 .TP 8
41 .B \-visual \fIvisual\fP
42 Specify which visual to use.  Legal values are the name of a visual class,
43 or the id number (decimal or hex) of a specific visual.
44 .TP 8
45 .B \-delay \fIusecs\fP
46 The delay between steps of the animation, in microseconds.  Default: 250000.
47 .TP 8
48 .B \-speed \fIint\fP
49 How fast, 1-50.  Default 10.
50 .TP 8
51 .B \-arms \fIint\fP
52 How many arms on the flakes; default 5.
53 .TP 8
54 .B \-thickness \fIint\fP
55 How thick to make the lines; default 10 pixels.
56 .TP 8
57 .B \-bthickness \fIint\fP
58 How thick to make the borders; default 3 pixels.
59 .TP 8
60 .B \-radius \fIint\fP
61 Radius of the objects; default 20 pixels.
62 .TP 8
63 .B \-layers \fIint\fP
64 How many layers of objects; default 3.
65 .TP 8
66 .B \-density \fIint\fP
67 Default 5.
68 .TP 8
69 .B \-no-db
70 Disable double-buffering.
71 .TP 8
72 .B \-color \fIstring\fP
73 The base color for the color scheme.  Typed as a hexadecimal triplet
74 with or with out the leading #. ie. fa4563 & #43cd12 are both acceptable.
75 If the satration of you color is too low (<0.03) the random color
76 generator will kick in.
77 The default color is #efbea5
78 .TP 8
79 .B \-random-colors
80 This enables the random color generation.  It is disabled by default.
81 It overrides anything from -color
82 .SH ENVIRONMENT
83 .PP
84 .TP 8
85 .B DISPLAY
86 to get the default host and display number.
87 .TP 8
88 .B XENVIRONMENT
89 to get the name of a resource file that overrides the global resources
90 stored in the RESOURCE_MANAGER property.
91 .SH SEE ALSO
92 .BR X (1),
93 .BR xscreensaver (1)
94 .SH COPYRIGHT
95 Copyright \(co 2004 Barry Dmytro.  Permission to use, copy, modify,
96 distribute, and sell this software and its documentation for any
97 purpose is hereby granted without fee, provided that the above
98 copyright notice appear in all copies and that both that copyright
99 notice and this permission notice appear in supporting documentation.
100 No representations are made about the suitability of this software for
101 any purpose.  It is provided "as is" without express or implied
102 warranty.
103 .SH AUTHOR
104 Barry Dmytro <badcherry@mailc.net>
105 .SH CREDITS
106 The color generation algorithm was borrowed from a friend <ZoeB>
107 from #vegans@irc.blitzed.org.  Her site is http://beautifulfreak.net/.
108 To see her original code in action visit her site.