<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thank you Alex.<br>
<br>
The "transparency" problem is solved. <span class="moz-smiley-s1"><span>
:-) </span></span><br>
<br>
//off-topic: May be it is a good idea to add a description of colour
format (<i>rrggbbTT</i>) in the RRD documentation.<br>
<br>
<br>
I'll continue to look for a solution for UTF-8 encoding.<br>
<br>
Best Regards,<br>
George Andonov<br>
<br>
Alex van den Bogaerdt wrote:
<blockquote cite="mid20070904133832.GB901@ergens.op.het.net" type="cite">
  <pre wrap="">On Tue, Sep 04, 2007 at 04:03:09PM +0300, George Andonov wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">I have two questions regarding RRD graph.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
[snip font and encoding]

Sorry, can't help.

  </pre>
  <blockquote type="cite">
    <pre wrap="">2. How to add "transparency" to the area?
Quote from the documentation:
    ... Additionally you can add an alpha channel (transparency). The
default will be ``FF'' which means non-transparent. ...
Please provide some examples.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
AREA:somevalue#FF0000:red
AREA:somevalue#FF0000FF:red
AREA:somevalue#FF000080:transparent_red
AREA:somevalue#FF000000:invisible

These numbers are hexadecimal.

Colors are RGBT or RRGGBBTT, where R or RR describes the amount of
red, G and B similar for green and blue. T or TT describes how solid
a color is: 0x00 is completely see-through, 0x80 is half see-through,
0xFF is completely solid and nothing shines through.

If only one digit per color is used, then the possible values
are 0 1 2 3 4 5 6 7 8 9 A B C D E F.

If two digits are used, 00 01 02 03 .. 0e 0f 10 11 12 .. 1e 1f 20 21..
2e 2f...3f...4f...fe ff.

HTH
  </pre>
</blockquote>
</body>
</html>