source: trunk/phpgwapi/inc/fpdf/doc/setfillcolor.htm @ 2

Revision 2, 1.2 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<HTML>
2<HEAD>
3<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
4<TITLE>SetFillColor</TITLE>
5<LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
6</HEAD>
7<BODY>
8<H2>SetFillColor</H2>
9<TT>SetFillColor(<B>int</B> r [, <B>int</B> g, <B>int</B> b])</TT>
10<H4 CLASS='st'>Version</H4>
111.3
12<H4 CLASS='st'>Description</H4>
13Defines the color used for all filling operations (filled rectangles and cell backgrounds).
14It can be expressed in RGB components or gray scale. The method can be called before the first
15page is created and the value is retained from page to page.
16<H4 CLASS='st'>Parameters</H4>
17<TT><U>r</U></TT>
18<BLOCKQUOTE>
19If <TT>g</TT> and <TT>b</TT> are given, red component; if not, indicates the gray level.
20Value between 0 and 255.
21</BLOCKQUOTE>
22<TT><U>g</U></TT>
23<BLOCKQUOTE>
24Green component (between 0 and 255).
25</BLOCKQUOTE>
26<TT><U>b</U></TT>
27<BLOCKQUOTE>
28Blue component (between 0 and 255).
29</BLOCKQUOTE>
30<H4 CLASS='st'>See also</H4>
31<A HREF="setdrawcolor.htm">SetDrawColor()</A>,
32<A HREF="settextcolor.htm">SetTextColor()</A>,
33<A HREF="rect.htm">Rect()</A>,
34<A HREF="cell.htm">Cell()</A>,
35<A HREF="multicell.htm">MultiCell()</A>.
36<H6></H6>
37<HR>
38<DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
39</BODY>
40</HTML>
Note: See TracBrowser for help on using the repository browser.