From http://www.jwz.org/xscreensaver/xscreensaver-5.35.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   <video href="https://www.youtube.com/watch?v=FP8YJzFkdoQ"/>
8
9   <number id="delay2" type="slider" arg="-delay2 %"
10           _label="Frame rate" _low-label="Low" _high-label="High"
11           low="0" high="100000" default="20000"
12           convert="invert"/>
13
14   <number id="delay" type="slider" arg="-delay %"
15           _label="Linger" _low-label="1 Second" _high-label="1 Minute"
16           low="1" high="60" default="5"/>
17
18   <number id="iterations" type="slider" arg="-iterations %"
19           _label="Density" _low-label="Sparse" _high-label="Dense"
20           low="1" high="7" default="7"/>
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="50"/>
25
26   <select id="mode">
27     <option id="random" _label="Random coloration"/>
28     <option id="h"      _label="Hue gradients" arg-set="-mode h"/>
29     <option id="s"      _label="Saturation gradients" arg-set="-mode s"/>
30     <option id="v"      _label="Brightness gradients" arg-set="-mode v"/>
31   </select>
32
33   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
34
35   <xscreensaver-updater />
36
37   <_description>
38 Cloud-like patterns.  The idea is to take four points on the edge of
39 the image, and assign each a random "elevation".  Then find the point
40 between them, and give it a value which is the average of the other
41 four, plus some small random offset. Coloration is done based on
42 elevation.
43
44 Written by Juergen Nickelsen and Jamie Zawinski; 1992.
45   </_description>
46 </screensaver>