1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="starfish" _label="Starfish">
7 <number id="delay" type="slider" arg="-delay %"
8 _label="Speed" _low-label="Slow" _high-label="Fast"
9 low="0" high="20000" default="10000"
12 <number id="duration" type="spinbutton" arg="-duration %"
13 _label="Duration" low="1" high="60" default="30"/>
15 <number id="thickness" type="slider" arg="-thickness %"
16 _label="Lines" _low-label="Thin" _high-label="Thick"
17 low="0" high="150" default="0"/>
20 <option id="random" _label="Random"/>
21 <option id="zoom" _label="Color Gradients" arg-set="-mode zoom"/>
22 <option id="blob" _label="Pulsating Blob" arg-set="-mode blob"/>
25 <number id="ncolors" type="slider" arg="-colors %"
26 _label="Number of Colors" _low-label="Two" _high-label="Many"
27 low="1" high="255" default="200"/>
30 This generates a sequence of undulating, throbbing, star-like
31 patterns which pulsate, rotate, and turn inside out. Another display
32 mode uses these shapes to lay down a field of colors, which are then
33 cycled. The motion is very organic.
35 Written by Jamie Zawinski; 1997.