http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / julia.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="julia" _label="Julia">
4
5   <command arg="-root"/>
6
7   <!-- #### -mouse -->
8
9   <number id="count" type="slider" arg="-count %"
10            _label="Count" _low-label="Few" _high-label="Lots"
11           low="10" high="20000" default="1000"/>
12
13   <number id="cycles" type="slider" arg="-cycles %"
14            _label="Iterations" _low-label="Small" _high-label="Large"
15           low="1" high="100" default="20"/>
16
17   <number id="delay" type="slider" arg="-delay %"
18           _label="Speed" _low-label="Slow" _high-label="Fast"
19           low="0" high="20000" default="10000"
20           convert="invert"/>
21
22   <number id="ncolors" type="slider" arg="-ncolors %"
23             _label="Number of Colors" _low-label="Two" _high-label="Many"
24             low="1" high="255" default="200"/>
25
26   <_description>
27 Animates the Julia set (a close relative of the Mandelbrot set).  The
28 small moving dot indicates the control point from which the rest of
29 the image was generated.
30
31 Written by Sean McCullough; 1997.
32   </_description>
33 </screensaver>