From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / imsmap.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="imsmap" _label="IMSMap">
4
5   <command arg="-root"/>
6
7   <number id="delay2" type="slider" arg="-delay2 %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="20000"
10           convert="invert"/>
11
12   <number id="delay" type="slider" arg="-delay %"
13           _label="Linger" _low-label="1 Second" _high-label="1 Minute"
14           low="1" high="60" default="5"/>
15
16   <number id="iterations" type="slider" arg="-iterations %"
17           _label="Density" _low-label="Sparse" _high-label="Dense"
18           low="1" high="7" default="7"/>
19
20   <number id="ncolors" type="slider" arg="-ncolors %"
21             _label="Number of colors" _low-label="Two" _high-label="Many"
22             low="1" high="255" default="50"/>
23
24   <select id="mode">
25     <option id="random" _label="Random coloration"/>
26     <option id="h"      _label="Hue gradients" arg-set="-mode h"/>
27     <option id="s"      _label="Saturation gradients" arg-set="-mode s"/>
28     <option id="v"      _label="Brightness gradients" arg-set="-mode v"/>
29   </select>
30
31   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
32
33   <xscreensaver-updater />
34
35   <_description>
36 This generates random cloud-like patterns.  The idea is to take four
37 points on the edge of the image, and assign each a random "elevation".
38 Then find the point between them, and give it a value which is the
39 average of the other four, plus some small random offset. 
40 Coloration is done based on elevation.
41
42 Written by Juergen Nickelsen and Jamie Zawinski; 1992.
43   </_description>
44 </screensaver>