1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="starfish" _label="Starfish">
8 <option id="random" _label="Random"/>
9 <option id="zoom" _label="Color gradients" arg-set="-mode zoom"/>
10 <option id="blob" _label="Pulsating blob" arg-set="-mode blob"/>
13 <number id="delay" type="slider" arg="-delay %"
14 _label="Frame rate" _low-label="Low" _high-label="High"
15 low="0" high="100000" default="10000"
18 <number id="duration" type="slider" arg="-duration %"
19 _label="Duration" _low-label="1 second" _high-label="30 seconds"
20 low="1" high="60" default="30"/>
22 <number id="thickness" type="slider" arg="-thickness %"
23 _label="Lines" _low-label="Thin" _high-label="Thick"
24 low="0" high="150" default="0"/>
26 <number id="ncolors" type="slider" arg="-colors %"
27 _label="Number of colors" _low-label="Two" _high-label="Many"
28 low="1" high="255" default="200"/>
30 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
33 This generates a sequence of undulating, throbbing, star-like
34 patterns which pulsate, rotate, and turn inside out. Another display
35 mode uses these shapes to lay down a field of colors, which are then
36 cycled. The motion is very organic.
38 Written by Jamie Zawinski; 1997.