mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Small fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@52984 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a385da18ae
commit
05708be76b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue