1braid(6x) XScreenSaver manual braid(6x)
2
3
4
6 braid - draws random color-cycling braids around a circle
7
9 braid [-display host:display.screen] [-foreground color] [-background
10 color] [-window] [-root] [-mono] [-install] [-visual visual] [-ncolors
11 integer] [-delay microseconds] [-cycles integer] [-count integer]
12
13
15 The braid program draws random color-cycling braids around a circle.
16
18 braid accepts the following options:
19
20 -window Draw on a newly-created window. This is the default.
21
22 -root Draw on the root window.
23
24 -mono If on a color display, pretend we're on a monochrome display.
25
26 -install
27 Install a private colormap for the window.
28
29 -visual visual
30 Specify which visual to use. Legal values are the name of a
31 visual class, or the id number (decimal or hex) of a specific
32 visual.
33
34 -ncolors integer
35 How many colors should be used (if possible). Default 64. The
36 colors used cycle through the hue, making N stops around the
37 color wheel.
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 © 1995 by John Neil.
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 John Neil <neil@math.idbsu.edu>, 29-Aug-95.
66
67 Ability to run standalone or with xscreensaver added by Jamie Zawinski
68 <jwz@jwz.org>, 10-May-97.
69
70
71
72X Version 11 5.05-3 (06-Apr-2008) braid(6x)