C'est un bitmap avec 20 000 points:
- Code: Tout sélectionner
[NewBitmap(),
a:=-4-4*i, b:=4-4*i, c:=4*i, m:=Rand()+i*Rand(),
Pixel(
for k from 1 to 20000 do
x:=3*Rand(),
if x<1 then m:=(a+m)/2, Scr2Pixel(m), green
elif x<2 then m:=(b+m)/2, Scr2Pixel(m), blue
else m:=(c+m)/2, Scr2Pixel(m), red
fi
od)
]
L'export au format bmp puis png (bouton capture):