http://ftp.nluug.nl/pub/os/Linux/distr/pardusrepo/sources/xscreensaver-5.02.tar.gz
[xscreensaver] / hacks / config / ifs.xml
index f0e71c8e58051e966c0b7a2ee6a72ceb489c65a1..78972e1c34ae7fad91552713697c70e91a559a3d 100644 (file)
@@ -4,17 +4,35 @@
 
   <command arg="-root"/>
 
-  <number id="speed" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="20000"
-          convert="invert"/>
+  <number id="delay" type="slider" arg="-delay %"
+    _label="Speed" _low-label="Slow" _high-label="Fast"
+    low="0" high="40000" default="10000"
+    convert="invert"/>
 
-  <number id="ncolors" type="slider" arg="-ncolors %"
-            _label="Number of Colors" _low-label="Two" _high-label="Many"
-            low="1" high="255" default="100"/>
+  <number id="functions" type="spinbutton" arg="-functions %"
+    _label="Number of Functions" low="2" high="6" default="3"/>
 
+  <number id="detail" type="slider" arg="-detail %"
+    _label="Detail" _low-label="Low" _high-label="High"
+    low="2" high="30" default="9"/>
+
+  <boolean id="translate" _label="Translate" arg-unset="-no-translate"/>
+  <boolean id="scale"     _label="Scale"     arg-unset="-no-scale"/>
+  <boolean id="rotate"    _label="Rotate"    arg-unset="-no-rotate"/>
+
+  <number id="colors" type="slider" arg="-colors %"
+    _label="Number of Colours" _low-label="2" _high-label="Many"
+    low="2" high="255" default="200" />
+
+<!-- <boolean id="multi" _label="Multi-colored" arg-unset="-no-multi"/> -->
+  
   <_description>
+
 This one draws spinning, colliding iterated-function-system images.
-Written by Massimino Pascal.
+
+Note that the "Detail" parameter is exponential.  Number of points
+drawn is functions^detail.
+
+Written by Chris Le Sueur and Robby Griffin; 1997.
   </_description>
 </screensaver>