repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: b4f31a070f1a62f1d8eeb05d2d6eb03d2430124f:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit b4f31a070f1a62f1d8eeb05d2d6eb03d2430124f
Author: Marc Lehmann 
Date:   Mon Jul 2 01:40:41 2012 +0000

    *** empty log message ***

diff --git a/src/perl/background b/src/perl/background
index f24064e236d79f7cb09d0dfd2b102214b42d2da9..
index ..cc2c548794f290f48b1aae5c0d04174477e8c0b8 100644
--- a/src/perl/background
+++ b/src/perl/background
@@ -159,6 +159,22 @@ moves it to the upper left corner of the screen (as opposed to the upper
 left corner of the terminal window)- the result is pseudo-transparency:
 the image seems to be static while the window is moved around.

+=head2 COLOUR SPECIFICATIONS
+
+Whenever an oprator expects a "colour", then this can be specified in one
+of two ways: Either as string with an X11 colour specification, such as:
+
+   "red"               # named colour
+   "#f00"              # simple rgb
+   "[50]red"           # red with 50% alpha
+   "TekHVC:300/50/50"  # anything goes
+
+OR as an array reference with one, three or four components:
+
+   [0.5]               # 50% gray, 100% alpha
+   [0.5, 0, 0]         # dark red, no green or blur, 100% alpha
+   [0.5, 0, 0, 0.7]    # same with explicit 70% alpha
+
 =head2 CACHING AND SENSITIVITY

 Since some operations (such as C and C) can take a long time,

-----END OF PAGE-----