Mercurial > emacs
changeset 32552:070ca96fa546
(Other Image Types): Add description of :foreground
and :background properties of mono PBM images.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 16 Oct 2000 20:11:41 +0000 |
parents | 329cbf266d5c |
children | 2bd19f54cd7a |
files | lispref/display.texi |
diffstat | 1 files changed, 14 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/display.texi Mon Oct 16 20:08:06 2000 +0000 +++ b/lispref/display.texi Mon Oct 16 20:11:41 2000 +0000 @@ -2648,7 +2648,20 @@ @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}.