aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/display.texi
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-10-16 20:11:41 +0000
committerGerd Moellmann <[email protected]>2000-10-16 20:11:41 +0000
commit7ccd82bda0517d8ca08f5d84e0b19aae56427fd0 (patch)
tree5d7baff0af897c2127bf252abc6da996ff264b27 /lispref/display.texi
parent2b8e9c91435fa073aad3375f20063c7b2ce064dd (diff)
(Other Image Types): Add description of :foreground
and :background properties of mono PBM images.
Diffstat (limited to 'lispref/display.texi')
-rw-r--r--lispref/display.texi15
1 files changed, 14 insertions, 1 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 7c6f08eb9d..61cb6d79fd 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -2648,7 +2648,20 @@ See the @file{etc/NEWS} file to make sure.
@cindex PBM
For PBM images, specify image type @code{pbm}. Color, gray-scale and
-monochromatic images are supported.
+monochromatic images are supported. For mono PBM images, two additional
+image properties are supported.
+
+@table @code
+@item :foreground @var{foreground}
+The value, @var{foreground}, should be a string specifying the image
+foreground color. This color is used for each pixel in the XBM that is
+1. The default is the frame's foreground color.
+
+@item :background @var{background}
+The value, @var{background}, should be a string specifying the image
+background color. This color is used for each pixel in the XBM that is
+0. The default is the frame's background color.
+@end table
For JPEG images, specify image type @code{jpeg}.