Cambiando a piacere i parametri rotate, size, brightness, … si ottengono immagini interessanti

startshape SPIRALEQN
shape SPIRALEQN
{
SQUARE []
SPIRALEQN [
x 2
y 2
brightness 0.0005
rotate 7.0
size 0.9995
]
}
A colori

startshape SPIRALEQC
[
brightness 1.0
saturation 1.0
]
shape SPIRALEQC
{
SQUARE []
SPIRALEQC
[
x 2
y 2
hue 1.0 // il tono di colore cresce di 1
rotate 7.0
size 0.9995
]
}
Continua…

startshape SPIRALE
rule SPIRALE
{
CIRCLE { }
SPIRALE
{
x 1
y 1
r 45.3
s 0.9955
hue 0.2
sat 0.1
b 0.01
}
}