1sierpinski(6x) XScreenSaver manual sierpinski(6x)
2
3
4
6 sierpinski - draws Sierpinski triangle fractals
7
9 sierpinski [-display host:display.screen] [-foreground color] [-back‐
10 ground color] [-window] [-root] [-mono] [-install] [-visual visual]
11 [-ncolors integer] [-delay microseconds] [-cycles integer] [-count
12 integer]
13
14
16 The sierpinski program draws Sierpinski triangle fractals.
17
19 sierpinski accepts the following options:
20
21 -window Draw on a newly-created window. This is the default.
22
23 -root Draw on the root window.
24
25 -mono If on a color display, pretend we're on a monochrome display.
26
27 -install
28 Install a private colormap for the window.
29
30 -visual visual
31 Specify which visual to use. Legal values are the name of a
32 visual class, or the id number (decimal or hex) of a specific
33 visual.
34
35 -ncolors integer
36 How many colors should be used (if possible). Default 64. The
37 colors are chosen randomly.
38
39 -cycles integer
40
41
42 -count integer
43
44
46 DISPLAY to get the default host and display number.
47
48 XENVIRONMENT
49 to get the name of a resource file that overrides the global
50 resources stored in the RESOURCE_MANAGER property.
51
53 X(1), xscreensaver(1), xlock(1)
54
56 Copyright © 1996 by Desmond Daignault.
57
58 Permission to use, copy, modify, and distribute this software and its
59 documentation for any purpose and without fee is hereby granted, pro‐
60 vided that the above copyright notice appear in all copies and that
61 both that copyright notice and this permission notice appear in sup‐
62 porting documentation.
63
65 Desmond Daignault <tekdd@dtol.datatimes.com>, 05-Sep-96. (Original
66 xlock version was called tri.c.)
67
68 Ability to run standalone or with xscreensaver added by Jamie Zawinski
69 <jwz@jwz.org>, 10-May-97. (Renamed to sierpinski.)
70
71
72
73X Version 11 5.05-3 (06-Apr-2008) sierpinski(6x)