Small fix

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@52984 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Rasmus Lerdorf 2001-08-02 05:25:02 +00:00
parent a385da18ae
commit 05708be76b

View file

@ -146,7 +146,7 @@
modes of drawing on truecolor images. In blending mode, the
alpha channel component of the color supplied to all drawing function,
such as <function>ImageSetPixel</function> determines how much of the
underlying color shouldbe allowed to shine through. As a result, gd
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