From ba9e223b765bc7f19903e0deb9cad225dd8b1af2 Mon Sep 17 00:00:00 2001 From: sasha Date: Tue, 31 Jul 2007 22:23:56 +0000 Subject: [PATCH] updated docs to new stuff in tinting and bluring --- doc/rxvt.1.pod | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod index 2b2ff1e0..6526ab7f 100644 --- a/doc/rxvt.1.pod +++ b/doc/rxvt.1.pod @@ -141,31 +141,37 @@ is opaque black. resource B. Tint the transparent background pixmap with the given colour when transparency is enabled with B<-tr> or B<-ip>. This only works for non-tiled backgrounds, currently. See also the B<-sh> option that can be -used to brighten or darken the image in addition to tinting it; resource +used to brighten or darken the image in addition to tinting it. +Please note that certain tint colors could be applued on the server-side, +thus yeilding performance gain of two orders of magnitude. This colors are: +blue, red, green, cyan, magenta, yellow, and those close to this; resource I. Example: @@RXVT_NAME@@ -tr -tint blue -sh 40 -=item B<-sh> I +=item B<-sh> I Darken (0 .. 100) or lighten (-1 .. -100) the transparent -background image in addition to (or instead of) tinting it; +background image in addition to (or instead of) tinting it; resource I. =item B<-blt> I -Specify background blending type. If background pixmap is specified -at the same time as transparency - such pixmap will be blended over +Specify background blending type. If background pixmap is specified +at the same time as transparency - such pixmap will be blended over transparency image, using method specified. Supported values are : -B, B, B - color values averaging, B, -B, B, B, B, B, B, -B, B, B, B, B. The default is +B, B, B - color values averaging, B, +B, B, B, B, B, B, +B, B, B, B, B. The default is alpha-blending; resource I. -=item B<-blr> I +=item B<-blr> I -Apply Gaussian Blur with the specified radius to the transparent -background image; resource I. +Apply Gaussian Blur with the specified radii to the transparent +background image. If single number is specified - both vertical and +horizontal radii are considered to be the same. Setting one of the +radii to 1 and another to a large number creates interesting effects +on some backgrounds. Maximum radius value is 128; resource I. =item B<-bg> I -- 2.34.1