X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Ffuzzyflakes.man;h=22222bdcce63db6f665d6dae5b725ac550e357fd;hb=d5186197bc394e10a4402f7f6d23fbb14103bc50;hp=241414aa984c954eb7aba256b2c51f483e3507bd;hpb=9c9d475ff889ed8be02e8ce8c17da28b93278fca;p=xscreensaver diff --git a/hacks/fuzzyflakes.man b/hacks/fuzzyflakes.man index 241414aa..22222bdc 100644 --- a/hacks/fuzzyflakes.man +++ b/hacks/fuzzyflakes.man @@ -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 +.SH CREDITS +The color generation algorithm was borrowed from a friend +from #vegans@irc.blitzed.org. Her site was [REDACTED]. +To see her original code in action visit her site.