Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > main > by-pkgid > 0afeee9cca140e167a996902b9a677c5 > files > 1030

php-manual-en-4.3.0-2mdk.noarch.rpm

<HTML
><HEAD
><TITLE
>imagealphablending</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="PHP Manual"
HREF="index.html"><LINK
REL="UP"
TITLE="Image functions"
HREF="ref.image.html"><LINK
REL="PREVIOUS"
TITLE="image2wbmp"
HREF="function.image2wbmp.html"><LINK
REL="NEXT"
TITLE="imagearc"
HREF="function.imagearc.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=ISO-8859-1"></HEAD
><BODY
CLASS="refentry"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>PHP Manual</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.image2wbmp.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.imagearc.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="function.imagealphablending"
></A
>imagealphablending</H1
><DIV
CLASS="refnamediv"
><A
NAME="AEN34308"
></A
><P
>    (PHP 4 &#62;= 4.0.6)</P
>imagealphablending&nbsp;--&nbsp;Set the blending mode for an image</DIV
><DIV
CLASS="refsect1"
><A
NAME="AEN34311"
></A
><H2
>Description</H2
>int <B
CLASS="methodname"
>imagealphablending</B
> ( resource image, bool blendmode)<BR
></BR
><P
>&#13;    <B
CLASS="function"
>imagealphablending()</B
> allows for two different
    modes of drawing on truecolor images. In blending mode, the
    alpha channel component of the color supplied to all drawing function,
    such as <A
HREF="function.imagesetpixel.html"
><B
CLASS="function"
>imagesetpixel()</B
></A
> determines how much of the
    underlying color should be allowed to shine through.  As a result, gd
    automatically blends the existing color at that point with the drawing color,
    and stores the result in the image.  The resulting pixel is opaque.  In
    non-blending mode, the drawing color is copied literally with its alpha channel
    information, replacing the destination pixel.  Blending mode is not available
    when drawing on palette images.
    If <TT
CLASS="parameter"
><I
>blendmode</I
></TT
> is <TT
CLASS="constant"
><B
>TRUE</B
></TT
>, then blending mode is enabled, otherwise
    disabled.
   </P
><DIV
CLASS="note"
><BLOCKQUOTE
CLASS="note"
><P
><B
>Note: </B
>
     This function was added in PHP 4.0.6 and requires GD 2.0.1
    </P
></BLOCKQUOTE
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="function.image2wbmp.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="function.imagearc.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>image2wbmp</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ref.image.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>imagearc</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>