From http://www.jwz.org/xscreensaver/xscreensaver-5.31.tar.gz
[xscreensaver] / hacks / fuzzyflakes.man
index 241414aa984c954eb7aba256b2c51f483e3507bd..22222bdcce63db6f665d6dae5b725ac550e357fd 100644 (file)
@@ -1,6 +1,6 @@
 .TH XScreenSaver 1 "12-May-04" "X Version 11"
 .SH NAME
-fuzzyflakes - falling pastel snowflakes/flower shapes
+fuzzyflakes - falling snowflakes/flower shapes
 .SH SYNOPSIS
 .B fuzzyflakes
 [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP]
@@ -15,6 +15,9 @@ fuzzyflakes - falling pastel snowflakes/flower shapes
 [\-layers \fIint\fP]
 [\-density \fIint\fP]
 [\-no-db]
+(\-color \fIstring\fP)
+(\-random-colors)
+[\-fps]
 .SH DESCRIPTION
 The
 .I fuzzyflakes
@@ -66,6 +69,20 @@ Default 5.
 .TP 8
 .B \-no-db
 Disable double-buffering.
+.TP 8
+.B \-color \fIstring\fP
+The base color for the color scheme.  Typed as a hexadecimal triplet
+with or with out the leading #. ie. fa4563 & #43cd12 are both acceptable.
+If the saturation of you color is too low (<0.03) the random color
+generator will kick in.
+The default color is #efbea5
+.TP 8
+.B \-random-colors
+This enables the random color generation.  It is disabled by default.
+It overrides anything from -color
+.TP 8
+.B \-fps
+Display the current frame rate and CPU load.
 .SH ENVIRONMENT
 .PP
 .TP 8
@@ -89,3 +106,7 @@ any purpose.  It is provided "as is" without express or implied
 warranty.
 .SH AUTHOR
 Barry Dmytro <badcherry@mailc.net>
+.SH CREDITS
+The color generation algorithm was borrowed from a friend <ZoeB>
+from #vegans@irc.blitzed.org.  Her site was [REDACTED].
+To see her original code in action visit her site.