[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
透明 favicon
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Tue, 11 Dec 2007 20:42:27 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 09831
背景色が透明な favicon を表示するサイトがあるのですが、普通のバッ
ファの背景色が見えてしまってカッコ悪いので、header line か mode
line の色が表示されるようにしました。
さらに、そういう透明な部分の色を好みに応じて変えられるようにしよ
うと思ったんですが、やり方がわかりません。実例も無いみたいです。
Info にある `(RED GREEN BLUE)' はどういう値なんでしょうかね?
(info "(elisp)Image Descriptors")
,----
|`:mask MASK'
| If MASK is `heuristic' or `(heuristic BG)', build a clipping mask
| for the image, so that the background of a frame is visible behind
| the image. If BG is not specified, or if BG is `t', determine the
| background color of the image by looking at the four corners of
| the image, assuming the most frequently occurring color from the
| corners is the background color of the image. Otherwise, BG must
| be a list `(RED GREEN BLUE)' specifying the color to assume for
| the background of the image.
|
| If MASK is `nil', remove a mask from the image, if it has one.
| Images in some formats include a mask which can be removed by
| specifying `:mask nil'.
`----
それから、http://fedora-jp.sourceforge.jp/ の favicon が透明な背
景色を使っている Fj というイメージなんですが、なぜか Emacs では
F の上の横棒が欠けてしまいます。Firefox や XEmacs では問題無いん
ですが。どなたかわかります?
--
山岡