http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / interference.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="interference" _label="Interference">
4
5   <command arg="-root"/>
6
7   <number id="count" type="spinbutton" arg="-count %"
8           _label="Number of Waves" low="0" high="20" default="3"/>
9
10   <number id="gridsize" type="spinbutton" arg="-gridsize %"
11           _label="Magnification" low="1" high="20" default="4"/>
12
13   <number id="speed" type="slider" arg="-delay %"
14           _label="Anim Speed" _low-label="Slow" _high-label="Fast"
15           low="0" high="50000" default="30000"
16           convert="invert"/>
17
18   <number id="wspeed" type="slider" arg="-speed %"
19             _label="Wave Speed" _low-label="Slow" _high-label="Fast"
20             low="1" high="100" default="30"/>
21
22   <number id="radius" type="slider" arg="-radius %"
23             _label="Wave Size" _low-label="Small" _high-label="Large"
24             low="50" high="1500" default="800"/>
25
26   <number id="ncolors" type="slider" arg="-ncolors %"
27             _label="Number of Colors" _low-label="Two" _high-label="Many"
28             low="1" high="255" default="128"/>
29
30   <hgroup>
31   <number id="color_contrast" type="slider" arg="-color-shift %"
32           _label="Color Contrast" _low-label="Low" _high-label="High"
33            low="0" high="100" default="60"/>
34   </hgroup>
35
36   <!-- #### -gray -->
37
38   <boolean id="db" _label="Double Buffer" arg-unset="-no-db"/>
39
40   <_description>
41 Another color-field hack, this one works by computing decaying
42 sinusoidal waves, and allowing them to interfere with each other as
43 their origins move.  Written by Hannu Mallat.
44   </_description>
45 </screensaver>